Html Css Color HEX #954012 Saddle Brown

📋 copy color: '#954012'

red 149 ◦ green 64 ◦ blue 18

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

Shades of Saddle Brown #954012

Tints of Saddle Brown #954012

RGB

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

 GREEN value IS 64 (25.39% from 255) = 27.71%

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

R = 64.5%
G = 27.71%
B = 7.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.88

 K value IS 0.42

RGB Variations

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

Color information

#954012 (or 0x954012) is known color: Saddle Brown. HEX triplet: 95, 40 and 12. RGB value is (149,64,18). Sum of RGB (Red+Green+Blue) = 149+64+18=231 (30% of max value = 765). Red value is 149 (58.59% from 255 or 64.50% from 231); Green value is 64 (25.39% from 255 or 27.71% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 149 - color contains mainly: red. Hex color #954012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #954012 is #6ABFED. Grayscale: #545454. Windows color (decimal): -6995950 or 1196181. OLE color: 1196181.

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

Color convert

RGB 149 64 18 -
CMYK 0 0.57 0.88 0.42
HSL 21.07º 0.78% 0.33% -
HSV(B) 21.07º 0.88% 0.58% -
XYZ 14.34 10.1 1.77 -
YUV 84.17 90.66 174.24 -
System Red Green Blue C M Y K H S L
Decimal 149 64 18 0 0.57 0.88 0.42 21.07 0.78 0.33
Hex 95 40 12 0 39 58 2A 15 4E 21
Octal 225 100 22 0 71 130 52 25 116 41
Binary 10010101 1000000 10010 0 111001 1011000 101010 10101 1001110 100001

Color Harmonies of #954012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954012

Black with #954012

Text Example


Text Example

White with #954012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954012; }

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

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

background-color css

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

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

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

border-color css

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

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

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