Html Css Color HEX #A04408 Saddle Brown

📋 copy color: '#A04408'

red 160 ◦ green 68 ◦ blue 8

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

Shades of Saddle Brown #A04408

Tints of Saddle Brown #A04408

RGB

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

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

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

R = 67.8%
G = 28.81%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.95

 K value IS 0.37

RGB Variations

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

Color information

#A04408 (or 0xA04408) is known color: Saddle Brown. HEX triplet: A0, 44 and 08. RGB value is (160,68,8). Sum of RGB (Red+Green+Blue) = 160+68+8=236 (31% of max value = 765). Red value is 160 (62.89% from 255 or 67.80% from 236); Green value is 68 (26.95% from 255 or 28.81% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 160 - color contains mainly: red. Hex color #A04408 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04408 is #5FBBF7. Grayscale: #595959. Windows color (decimal): -6274040 or 541856. OLE color: 541856.

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

Color convert

RGB 160 68 8 -
CMYK 0 0.57 0.95 0.37
HSL 23.68º 0.9% 0.33% -
HSV(B) 23.68º 0.95% 0.63% -
XYZ 16.61 11.63 1.6 -
YUV 88.67 82.48 178.88 -
System Red Green Blue C M Y K H S L
Decimal 160 68 8 0 0.57 0.95 0.37 23.68 0.9 0.33
Hex A0 44 8 0 39 5F 25 18 5A 21
Octal 240 104 10 0 71 137 45 30 132 41
Binary 10100000 1000100 1000 0 111001 1011111 100101 11000 1011010 100001

Color Harmonies of #A04408

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04408

Black with #A04408

Text Example


Text Example

White with #A04408

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04408; }

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

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

background-color css

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

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

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

border-color css

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

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

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