Html Css Color HEX #954512 Saddle Brown

📋 copy color: '#954512'

red 149 ◦ green 69 ◦ blue 18

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

Shades of Saddle Brown #954512

Tints of Saddle Brown #954512

RGB

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

 GREEN value IS 69 (27.34% from 255) = 29.24%

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

R = 63.14%
G = 29.24%
B = 7.63%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#954512 (or 0x954512) is known color: Saddle Brown. HEX triplet: 95, 45 and 12. RGB value is (149,69,18). Sum of RGB (Red+Green+Blue) = 149+69+18=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 69 (27.34% from 255 or 29.24% from 236); Blue value is 18 (7.42% from 255 or 7.63% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #954512 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954512 is #6ABAED. Grayscale: #575757. Windows color (decimal): -6994670 or 1197461. OLE color: 1197461.

HSL color Cylindrical-coordinate representation of color #954512: hue angle of 23.36º 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 #954512 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 69 18 -
CMYK 0 0.54 0.88 0.42
HSL 23.36º 0.78% 0.33% -
HSV(B) 23.36º 0.88% 0.58% -
XYZ 14.63 10.69 1.86 -
YUV 87.11 89 172.15 -
System Red Green Blue C M Y K H S L
Decimal 149 69 18 0 0.54 0.88 0.42 23.36 0.78 0.33
Hex 95 45 12 0 36 58 2A 17 4E 21
Octal 225 105 22 0 66 130 52 27 116 41
Binary 10010101 1000101 10010 0 110110 1011000 101010 10111 1001110 100001

Color Harmonies of #954512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954512

Black with #954512

Text Example


Text Example

White with #954512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954512; }

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

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

background-color css

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

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

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

border-color css

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

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

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