Html Css Color HEX #A04412 Saddle Brown

📋 copy color: '#A04412'

red 160 ◦ green 68 ◦ blue 18

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

Shades of Saddle Brown #A04412

Tints of Saddle Brown #A04412

RGB

 RED value IS 160 (62.89% from 255) = 65.04%

 GREEN value IS 68 (26.95% from 255) = 27.64%

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

R = 65.04%
G = 27.64%
B = 7.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A04412 (or 0xA04412) is known color: Saddle Brown. HEX triplet: A0, 44 and 12. RGB value is (160,68,18). Sum of RGB (Red+Green+Blue) = 160+68+18=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 68 (26.95% from 255 or 27.64% from 246); Blue value is 18 (7.42% from 255 or 7.32% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A04412 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04412 is #5FBBED. Grayscale: #5A5A5A. Windows color (decimal): -6274030 or 1197216. OLE color: 1197216.

HSL color Cylindrical-coordinate representation of color #A04412: hue angle of 21.13º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A04412 is Cyan = 0, Magento = 0.57, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 68 18 -
CMYK 0 0.57 0.89 0.37
HSL 21.13º 0.8% 0.35% -
HSV(B) 21.13º 0.89% 0.63% -
XYZ 16.67 11.65 1.94 -
YUV 89.81 87.48 178.07 -
System Red Green Blue C M Y K H S L
Decimal 160 68 18 0 0.57 0.89 0.37 21.13 0.8 0.35
Hex A0 44 12 0 39 59 25 15 50 23
Octal 240 104 22 0 71 131 45 25 120 43
Binary 10100000 1000100 10010 0 111001 1011001 100101 10101 1010000 100011

Color Harmonies of #A04412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04412

Black with #A04412

Text Example


Text Example

White with #A04412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04412; }

 p { color: rgb(160,68,18); }

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

background-color css

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

 a { background-color: rgb(160,68,18); }

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

border-color css

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

 span { border-color: rgb(160,68,18); }

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