Html Css Color HEX #904012 Saddle Brown

📋 copy color: '#904012'

red 144 ◦ green 64 ◦ blue 18

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

Shades of Saddle Brown #904012

Tints of Saddle Brown #904012

RGB

 RED value IS 144 (56.64% from 255) = 63.72%

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

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

R = 63.72%
G = 28.32%
B = 7.96%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.88

 K value IS 0.44

RGB Variations

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

Color information

#904012 (or 0x904012) is known color: Saddle Brown. HEX triplet: 90, 40 and 12. RGB value is (144,64,18). Sum of RGB (Red+Green+Blue) = 144+64+18=226 (29% of max value = 765). Red value is 144 (56.64% from 255 or 63.72% from 226); Green value is 64 (25.39% from 255 or 28.32% from 226); Blue value is 18 (7.42% from 255 or 7.96% from 226); Max value from RGB is 144 - color contains mainly: red. Hex color #904012 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #904012 is #6FBFED. Grayscale: #525252. Windows color (decimal): -7323630 or 1196176. OLE color: 1196176.

HSL color Cylindrical-coordinate representation of color #904012: hue angle of 21.9º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #904012 is Cyan = 0, Magento = 0.56, Yellow = 0.88 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 64 18 -
CMYK 0 0.56 0.88 0.44
HSL 21.9º 0.78% 0.32% -
HSV(B) 21.9º 0.88% 0.56% -
XYZ 13.44 9.64 1.72 -
YUV 82.68 91.5 171.74 -
System Red Green Blue C M Y K H S L
Decimal 144 64 18 0 0.56 0.88 0.44 21.9 0.78 0.32
Hex 90 40 12 0 38 58 2C 16 4E 20
Octal 220 100 22 0 70 130 54 26 116 40
Binary 10010000 1000000 10010 0 111000 1011000 101100 10110 1001110 100000

Color Harmonies of #904012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #904012

Black with #904012

Text Example


Text Example

White with #904012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #904012; }

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

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

background-color css

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

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

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

border-color css

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

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

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