Html Css Color HEX #A04810 Saddle Brown

📋 copy color: '#A04810'

red 160 ◦ green 72 ◦ blue 16

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

Shades of Saddle Brown #A04810

Tints of Saddle Brown #A04810

RGB

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

 GREEN value IS 72 (28.52% from 255) = 29.03%

 BLUE value IS 16 (6.64% from 255) = 6.45%

R = 64.52%
G = 29.03%
B = 6.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.9

 K value IS 0.37

RGB Variations

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

Color information

#A04810 (or 0xA04810) is known color: Saddle Brown. HEX triplet: A0, 48 and 10. RGB value is (160,72,16). Sum of RGB (Red+Green+Blue) = 160+72+16=248 (32% of max value = 765). Red value is 160 (62.89% from 255 or 64.52% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 16 (6.64% from 255 or 6.45% from 248); Max value from RGB is 160 - color contains mainly: red. Hex color #A04810 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04810 is #5FB7EF. Grayscale: #5C5C5C. Windows color (decimal): -6273008 or 1067168. OLE color: 1067168.

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

Color convert

RGB 160 72 16 -
CMYK 0 0.55 0.9 0.37
HSL 23.33º 0.82% 0.35% -
HSV(B) 23.33º 0.9% 0.63% -
XYZ 16.91 12.15 1.94 -
YUV 91.93 85.15 176.55 -
System Red Green Blue C M Y K H S L
Decimal 160 72 16 0 0.55 0.9 0.37 23.33 0.82 0.35
Hex A0 48 10 0 37 5A 25 17 52 23
Octal 240 110 20 0 67 132 45 27 122 43
Binary 10100000 1001000 10000 0 110111 1011010 100101 10111 1010010 100011

Color Harmonies of #A04810

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A04810

Black with #A04810

Text Example


Text Example

White with #A04810

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A04810; }

 p { color: rgb(160,72,16); }

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

background-color css

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

 a { background-color: rgb(160,72,16); }

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

border-color css

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

 span { border-color: rgb(160,72,16); }

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