Html Css Color HEX #954912 Saddle Brown

📋 copy color: '#954912'

red 149 ◦ green 73 ◦ blue 18

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

Shades of Saddle Brown #954912

Tints of Saddle Brown #954912

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.42%

 BLUE value IS 18 (7.42% from 255) = 7.5%

R = 62.08%
G = 30.42%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#954912 (or 0x954912) is known color: Saddle Brown. HEX triplet: 95, 49 and 12. RGB value is (149,73,18). Sum of RGB (Red+Green+Blue) = 149+73+18=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 73 (28.91% from 255 or 30.42% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #954912 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954912 is #6AB6ED. Grayscale: #595959. Windows color (decimal): -6993646 or 1198485. OLE color: 1198485.

HSL color Cylindrical-coordinate representation of color #954912: hue angle of 25.19º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #954912 is Cyan = 0, Magento = 0.51, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 18 -
CMYK 0 0.51 0.88 0.42
HSL 25.19º 0.78% 0.33% -
HSV(B) 25.19º 0.88% 0.58% -
XYZ 14.89 11.2 1.95 -
YUV 89.45 87.68 170.47 -
System Red Green Blue C M Y K H S L
Decimal 149 73 18 0 0.51 0.88 0.42 25.19 0.78 0.33
Hex 95 49 12 0 33 58 2A 19 4E 21
Octal 225 111 22 0 63 130 52 31 116 41
Binary 10010101 1001001 10010 0 110011 1011000 101010 11001 1001110 100001

Color Harmonies of #954912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954912

Black with #954912

Text Example


Text Example

White with #954912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954912; }

 p { color: rgb(149,73,18); }

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

background-color css

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

 a { background-color: rgb(149,73,18); }

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

border-color css

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

 span { border-color: rgb(149,73,18); }

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