Html Css Color HEX #A04812 Saddle Brown

📋 copy color: '#A04812'

red 160 ◦ green 72 ◦ blue 18

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

Shades of Saddle Brown #A04812

Tints of Saddle Brown #A04812

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.8%

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

R = 64%
G = 28.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A04812 (or 0xA04812) is known color: Saddle Brown. HEX triplet: A0, 48 and 12. RGB value is (160,72,18). Sum of RGB (Red+Green+Blue) = 160+72+18=250 (33% of max value = 765). Red value is 160 (62.89% from 255 or 64% from 250); Green value is 72 (28.52% from 255 or 28.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 160 - color contains mainly: red. Hex color #A04812 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04812 is #5FB7ED. Grayscale: #5C5C5C. Windows color (decimal): -6273006 or 1198240. OLE color: 1198240.

HSL color Cylindrical-coordinate representation of color #A04812: hue angle of 22.82º 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 #A04812 is Cyan = 0, Magento = 0.55, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 72 18 -
CMYK 0 0.55 0.89 0.37
HSL 22.82º 0.8% 0.35% -
HSV(B) 22.82º 0.89% 0.63% -
XYZ 16.92 12.15 2.03 -
YUV 92.16 86.15 176.39 -
System Red Green Blue C M Y K H S L
Decimal 160 72 18 0 0.55 0.89 0.37 22.82 0.8 0.35
Hex A0 48 12 0 37 59 25 17 50 23
Octal 240 110 22 0 67 131 45 27 120 43
Binary 10100000 1001000 10010 0 110111 1011001 100101 10111 1010000 100011

Color Harmonies of #A04812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04812

Black with #A04812

Text Example


Text Example

White with #A04812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04812; }

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

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

background-color css

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

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

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

border-color css

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

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

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