Shades of Saddle Brown #A2500B
Tints of Saddle Brown #A2500B
RGB
CMYK
RGB Variations
Color information
#A2500B (or 0xA2500B) is known color: 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
| RGB | 162 | 80 | 11 | - |
| CMYK | 0 | 0.51 | 0.93 | 0.36 |
| HSL | 27.42º | 0.87% | 0.34% | - |
| HSV(B) | 27.42º | 0.93% | 0.64% | - |
| XYZ | 17.83 | 13.44 | 1.97 | - |
| YUV | 96.65 | 79.67 | 174.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 11 | 0 | 0.51 | 0.93 | 0.36 | 27.42 | 0.87 | 0.34 |
| Hex | A2 | 50 | B | 0 | 33 | 5D | 24 | 1B | 57 | 22 |
| Octal | 242 | 120 | 13 | 0 | 63 | 135 | 44 | 33 | 127 | 42 |
| Binary | 10100010 | 1010000 | 1011 | 0 | 110011 | 1011101 | 100100 | 11011 | 1010111 | 100010 |
Color Harmonies of #A2500B
Complementary color
Monochromatic Colors of #A2500B
Black with #A2500B
Text Example
Text Example
White with #A2500B
Text Example
Text Example
HTML Codes & Css Web 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>