Html Css Color HEX #A04908 Saddle Brown

📋 copy color: '#A04908'

red 160 ◦ green 73 ◦ blue 8

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

Shades of Saddle Brown #A04908

Tints of Saddle Brown #A04908

RGB

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

 GREEN value IS 73 (28.91% from 255) = 30.29%

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

R = 66.39%
G = 30.29%
B = 3.32%

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

#A04908 (or 0xA04908) is known color: Saddle Brown. HEX triplet: A0, 49 and 08. RGB value is (160,73,8). Sum of RGB (Red+Green+Blue) = 160+73+8=241 (31% of max value = 765). Red value is 160 (62.89% from 255 or 66.39% from 241); Green value is 73 (28.91% from 255 or 30.29% from 241); Blue value is 8 (3.52% from 255 or 3.32% from 241); Max value from RGB is 160 - color contains mainly: red. Hex color #A04908 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04908 is #5FB6F7. Grayscale: #5B5B5B. Windows color (decimal): -6272760 or 543136. OLE color: 543136.

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

Color convert

RGB 160 73 8 -
CMYK 0 0.54 0.95 0.37
HSL 25.66º 0.9% 0.33% -
HSV(B) 25.66º 0.95% 0.63% -
XYZ 16.92 12.26 1.7 -
YUV 91.6 80.82 176.79 -
System Red Green Blue C M Y K H S L
Decimal 160 73 8 0 0.54 0.95 0.37 25.66 0.9 0.33
Hex A0 49 8 0 36 5F 25 1A 5A 21
Octal 240 111 10 0 66 137 45 32 132 41
Binary 10100000 1001001 1000 0 110110 1011111 100101 11010 1011010 100001

Color Harmonies of #A04908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04908

Black with #A04908

Text Example


Text Example

White with #A04908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04908; }

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

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

background-color css

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

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

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

border-color css

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

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

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