Html Css Color HEX #A04A08 Saddle Brown

📋 copy color: '#A04A08'

red 160 ◦ green 74 ◦ blue 8

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

Shades of Saddle Brown #A04A08

Tints of Saddle Brown #A04A08

RGB

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

 GREEN value IS 74 (29.3% from 255) = 30.58%

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

R = 66.12%
G = 30.58%
B = 3.31%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A04A08 (or 0xA04A08) is known color: Saddle Brown. HEX triplet: A0, 4A and 08. RGB value is (160,74,8). Sum of RGB (Red+Green+Blue) = 160+74+8=242 (32% of max value = 765). Red value is 160 (62.89% from 255 or 66.12% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 160 - color contains mainly: red. Hex color #A04A08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04A08 is #5FB5F7. Grayscale: #5C5C5C. Windows color (decimal): -6272504 or 543392. OLE color: 543392.

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

Color convert

RGB 160 74 8 -
CMYK 0 0.54 0.95 0.37
HSL 26.05º 0.9% 0.33% -
HSV(B) 26.05º 0.95% 0.63% -
XYZ 16.99 12.39 1.73 -
YUV 92.19 80.49 176.37 -
System Red Green Blue C M Y K H S L
Decimal 160 74 8 0 0.54 0.95 0.37 26.05 0.9 0.33
Hex A0 4A 8 0 36 5F 25 1A 5A 21
Octal 240 112 10 0 66 137 45 32 132 41
Binary 10100000 1001010 1000 0 110110 1011111 100101 11010 1011010 100001

Color Harmonies of #A04A08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04A08

Black with #A04A08

Text Example


Text Example

White with #A04A08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04A08; }

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

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

background-color css

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

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

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

border-color css

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

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

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