Html Css Color HEX #A04C08 Saddle Brown

📋 copy color: '#A04C08'

red 160 ◦ green 76 ◦ blue 8

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

Shades of Saddle Brown #A04C08

Tints of Saddle Brown #A04C08

RGB

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

 GREEN value IS 76 (30.08% from 255) = 31.15%

 BLUE value IS 8 (3.52% from 255) = 3.28%

R = 65.57%
G = 31.15%
B = 3.28%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A04C08 (or 0xA04C08) is known color: Saddle Brown. HEX triplet: A0, 4C and 08. RGB value is (160,76,8). Sum of RGB (Red+Green+Blue) = 160+76+8=244 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.57% from 244); Green value is 76 (30.08% from 255 or 31.15% from 244); Blue value is 8 (3.52% from 255 or 3.28% from 244); Max value from RGB is 160 - color contains mainly: red. Hex color #A04C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04C08 is #5FB3F7. Grayscale: #5D5D5D. Windows color (decimal): -6271992 or 543904. OLE color: 543904.

HSL color Cylindrical-coordinate representation of color #A04C08: hue angle of 26.84º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A04C08 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 76 8 -
CMYK 0 0.52 0.95 0.37
HSL 26.84º 0.9% 0.33% -
HSV(B) 26.84º 0.95% 0.63% -
XYZ 17.13 12.66 1.77 -
YUV 93.36 79.83 175.53 -
System Red Green Blue C M Y K H S L
Decimal 160 76 8 0 0.52 0.95 0.37 26.84 0.9 0.33
Hex A0 4C 8 0 34 5F 25 1B 5A 21
Octal 240 114 10 0 64 137 45 33 132 41
Binary 10100000 1001100 1000 0 110100 1011111 100101 11011 1011010 100001

Color Harmonies of #A04C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04C08

Black with #A04C08

Text Example


Text Example

White with #A04C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04C08; }

 p { color: rgb(160,76,8); }

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

background-color css

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

 a { background-color: rgb(160,76,8); }

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

border-color css

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

 span { border-color: rgb(160,76,8); }

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