#A04B0B

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

Shades of Saddle Brown #A04B0B

Tints of Saddle Brown #A04B0B

Color information

#A04B0B (or 0xA04B0B) is unknown color: approx Saddle Brown. HEX triplet: A0, 4B and 0B. RGB value is (160,75,11). Sum of RGB (Red+Green+Blue) = 160+75+11=246 (32% of max value = 765). Red value is 160 (62.89% from 255 or 65.04% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 11 (4.69% from 255 or 4.47% from 246); Max value from RGB is 160 - color contains mainly: red. Hex color #A04B0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A04B0B is #5FB4F4. Grayscale: #5D5D5D. Windows color (decimal): -6272245 or 740256. OLE color: 740256.

HSL color Cylindrical-coordinate representation of color #A04B0B: hue angle of 25.77º degrees, saturation: 0.87, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #A04B0B is Cyan = 0, Magento = 0.53, Yellow = 0.93 and Black (K on CMYK) = 0.37.

Color convert

RGB1607511-
CMYK00.530.930.37
HSL25.77º87.13%33.53%-
HSV(B)25.77º93.12%62.75%-
XYZ17.0712.531.84-
YUV93.1281.66175.7-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 65.04%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 11 (4.69% from 255) = 4.47%
R=65.04%
G=30.49%
B=4.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.93
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal160751100.530.930.3725.7787.1333.53
HexA04BB0355D251a5722
Octal24011313065135453212742
Binary101000001001011101101101011011101100101110101010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A04B0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A04B0B; }

 p { color: rgb(160,75,11); }

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

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

 a { background-color: rgb(160,75,11); }

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

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

 span { border-color: rgb(160,75,11); }

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