#A04202

Color #A04202 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #A04202

Tints of Saddle Brown #A04202

Color information

#A04202 (or 0xA04202) is unknown color: approx Saddle Brown. HEX triplet: A0, 42 and 02. RGB value is (160,66,2). Sum of RGB (Red+Green+Blue) = 160+66+2=228 (30% of max value = 765). Red value is 160 (62.89% from 255 or 70.18% from 228); Green value is 66 (26.17% from 255 or 28.95% from 228); Blue value is 2 (1.17% from 255 or 0.88% from 228); Max value from RGB is 160 - color contains mainly: red. Hex color #A04202 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04202 is #5FBDFD. Grayscale: #575757. Windows color (decimal): -6274558 or 148128. OLE color: 148128.

HSL color Cylindrical-coordinate representation of color #A04202: hue angle of 24.3º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A04202 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.37.

Color convert

RGB160662-
CMYK00.590.990.37
HSL24.3º97.53%31.76%-
HSV(B)24.3º98.75%62.75%-
XYZ16.4611.371.39-
YUV86.8180.14180.2-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 70.18%
GREEN value IS 66 (26.17% from 255) = 28.95%
BLUE value IS 2 (1.17% from 255) = 0.88%
R=70.18%
G=28.95%
B=0.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16066200.590.990.3724.397.5331.76
HexA042203B6325186220
Octal2401022073143453014240
Binary1010000010000101001110111100011100101110001100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04202; }

 p { color: rgb(160,66,2); }

 H1.HeaderClassName
 {
   color: #A04202;
 }
 .AnyTagClassName
 {
   color: #A04202;
 }
</style>
background-color css

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

 a { background-color: rgb(160,66,2); }

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

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

 span { border-color: rgb(160,66,2); }

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