#A04402

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

Shades of Saddle Brown #A04402

Tints of Saddle Brown #A04402

Color information

#A04402 (or 0xA04402) is unknown color: approx Saddle Brown. HEX triplet: A0, 44 and 02. RGB value is (160,68,2). Sum of RGB (Red+Green+Blue) = 160+68+2=230 (30% of max value = 765). Red value is 160 (62.89% from 255 or 69.57% from 230); Green value is 68 (26.95% from 255 or 29.57% from 230); Blue value is 2 (1.17% from 255 or 0.87% from 230); Max value from RGB is 160 - color contains mainly: red. Hex color #A04402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04402 is #5FBBFD. Grayscale: #585858. Windows color (decimal): -6274046 or 148640. OLE color: 148640.

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

Color convert

RGB160682-
CMYK00.570.990.37
HSL25.06º97.53%31.76%-
HSV(B)25.06º98.75%62.75%-
XYZ16.5811.611.43-
YUV87.9879.48179.37-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 69.57%
GREEN value IS 68 (26.95% from 255) = 29.57%
BLUE value IS 2 (1.17% from 255) = 0.87%
R=69.57%
G=29.57%
B=0.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.99
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal16068200.570.990.3725.0697.5331.76
HexA04420396325196220
Octal2401042071143453114240
Binary1010000010001001001110011100011100101110011100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04402; }

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

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

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

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

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

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

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

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