Html Css Color HEX #95430C Saddle Brown

📋 copy color: '#95430C'

red 149 ◦ green 67 ◦ blue 12

#95430C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Saddle Brown #95430C

Tints of Saddle Brown #95430C

RGB

 RED value IS 149 (58.59% from 255) = 65.35%

 GREEN value IS 67 (26.56% from 255) = 29.39%

 BLUE value IS 12 (5.08% from 255) = 5.26%

R = 65.35%
G = 29.39%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.92

 K value IS 0.42

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#95430C (or 0x95430C) is known color: Saddle Brown. HEX triplet: 95, 43 and 0C. RGB value is (149,67,12). Sum of RGB (Red+Green+Blue) = 149+67+12=228 (30% of max value = 765). Red value is 149 (58.59% from 255 or 65.35% from 228); Green value is 67 (26.56% from 255 or 29.39% from 228); Blue value is 12 (5.08% from 255 or 5.26% from 228); Max value from RGB is 149 - color contains mainly: red. Hex color #95430C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #95430C is #6ABCF3. Grayscale: #555555. Windows color (decimal): -6995188 or 803733. OLE color: 803733.

HSL color Cylindrical-coordinate representation of color #95430C: hue angle of 24.09º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #95430C is Cyan = 0, Magento = 0.55, Yellow = 0.92 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 67 12 -
CMYK 0 0.55 0.92 0.42
HSL 24.09º 0.85% 0.32% -
HSV(B) 24.09º 0.92% 0.58% -
XYZ 14.47 10.43 1.6 -
YUV 85.25 86.67 173.47 -
System Red Green Blue C M Y K H S L
Decimal 149 67 12 0 0.55 0.92 0.42 24.09 0.85 0.32
Hex 95 43 C 0 37 5C 2A 18 55 20
Octal 225 103 14 0 67 134 52 30 125 40
Binary 10010101 1000011 1100 0 110111 1011100 101010 11000 1010101 100000

Color Harmonies of #95430C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95430C

Black with #95430C

Text Example


Text Example

White with #95430C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95430C; }

 p { color: rgb(149,67,12); }

 H1.HeaderClassName
 {
   color: #95430C;
 }
 .AnyTagClassName
 {
   color: #95430C;
 }
</style>

background-color css

<style>
 a { background-color: #95430C; }

 a { background-color: rgb(149,67,12); }

 div.DivClassName
 {
   background-color: #95430C;
 }
 .BgClassName
 {
   background-color: #95430C;
 }
</style>

border-color css

<style>
 span { border-color: #95430C; }

 span { border-color: rgb(149,67,12); }

 td.TdClassName
 {
   border-color: #95430C;
 }
 .TagClassName
 {
   border-color: #95430C;
 }
</style>