#A2500B

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

Shades of Saddle Brown #A2500B

Tints of Saddle Brown #A2500B

Color information

#A2500B (or 0xA2500B) is unknown color: approx Saddle Brown. HEX triplet: A2, 50 and 0B. RGB value is (162,80,11). Sum of RGB (Red+Green+Blue) = 162+80+11=253 (33% of max value = 765). Red value is 162 (63.67% from 255 or 64.03% from 253); Green value is 80 (31.64% from 255 or 31.62% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 162 - color contains mainly: red. Hex color #A2500B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A2500B is #5DAFF4. Grayscale: #616161. Windows color (decimal): -6139893 or 741538. OLE color: 741538.

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

Color convert

RGB1628011-
CMYK00.510.930.36
HSL27.42º87.28%33.92%-
HSV(B)27.42º93.21%63.53%-
XYZ17.8313.441.97-
YUV96.6579.67174.61-

RGB Variations

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

RGB

RED value IS 162 (63.67% from 255) = 64.03%
GREEN value IS 80 (31.64% from 255) = 31.62%
BLUE value IS 11 (4.69% from 255) = 4.35%
R=64.03%
G=31.62%
B=4.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal162801100.510.930.3627.4287.2833.92
HexA250B0335D241b5722
Octal24212013063135443312742
Binary101000101010000101101100111011101100100110111010111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A2500B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A2500B; }

 p { color: rgb(162,80,11); }

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

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

 a { background-color: rgb(162,80,11); }

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

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

 span { border-color: rgb(162,80,11); }

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