Html Css Color HEX #A04E0A Saddle Brown

📋 copy color: '#A04E0A'

red 160 ◦ green 78 ◦ blue 10

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

Shades of Saddle Brown #A04E0A

Tints of Saddle Brown #A04E0A

RGB

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

 GREEN value IS 78 (30.86% from 255) = 31.45%

 BLUE value IS 10 (4.3% from 255) = 4.03%

R = 64.52%
G = 31.45%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.94

 K value IS 0.37

RGB Variations

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

Color information

#A04E0A (or 0xA04E0A) is known color: Saddle Brown. HEX triplet: A0, 4E and 0A. RGB value is (160,78,10). Sum of RGB (Red+Green+Blue) = 160+78+10=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 78 (30.86% from 255 or 31.45% from 248); Blue value is 10 (4.30% from 255 or 4.03% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A04E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A04E0A is #5FB1F5. Grayscale: #5F5F5F. Windows color (decimal): -6271478 or 675488. OLE color: 675488.

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

Color convert

RGB 160 78 10 -
CMYK 0 0.51 0.94 0.37
HSL 27.2º 0.88% 0.33% -
HSV(B) 27.2º 0.94% 0.63% -
XYZ 17.28 12.94 1.88 -
YUV 94.77 80.17 174.53 -
System Red Green Blue C M Y K H S L
Decimal 160 78 10 0 0.51 0.94 0.37 27.2 0.88 0.33
Hex A0 4E A 0 33 5E 25 1B 58 21
Octal 240 116 12 0 63 136 45 33 130 41
Binary 10100000 1001110 1010 0 110011 1011110 100101 11011 1011000 100001

Color Harmonies of #A04E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04E0A

Black with #A04E0A

Text Example


Text Example

White with #A04E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04E0A; }

 p { color: rgb(160,78,10); }

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

background-color css

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

 a { background-color: rgb(160,78,10); }

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

border-color css

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

 span { border-color: rgb(160,78,10); }

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