Shades of Saddle Brown #A25006
Tints of Saddle Brown #A25006
RGB
CMYK
RGB Variations
Color information
#A25006 (or 0xA25006) is known color: Saddle Brown. HEX triplet: A2, 50 and 06. RGB value is (162,80,6). Sum of RGB (Red+Green+Blue) = 162+80+6=248 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.32% from 248); Green value is 80 (31.64% from 255 or 32.26% from 248); Blue value is 6 (2.73% from 255 or 2.42% from 248); Max value from RGB is 162 - color contains mainly: red. Hex color #A25006 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A25006 is #5DAFF9. Grayscale: #606060. Windows color (decimal): -6139898 or 413858. OLE color: 413858.
HSL color Cylindrical-coordinate representation of color #A25006: hue angle of 28.46º degrees, saturation: 0.93, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #A25006 is Cyan = 0, Magento = 0.51, Yellow = 0.96 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 80 | 6 | - |
| CMYK | 0 | 0.51 | 0.96 | 0.36 |
| HSL | 28.46º | 0.93% | 0.33% | - |
| HSV(B) | 28.46º | 0.96% | 0.64% | - |
| XYZ | 17.8 | 13.43 | 1.83 | - |
| YUV | 96.08 | 77.17 | 175.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 80 | 6 | 0 | 0.51 | 0.96 | 0.36 | 28.46 | 0.93 | 0.33 |
| Hex | A2 | 50 | 6 | 0 | 33 | 60 | 24 | 1C | 5D | 21 |
| Octal | 242 | 120 | 6 | 0 | 63 | 140 | 44 | 34 | 135 | 41 |
| Binary | 10100010 | 1010000 | 110 | 0 | 110011 | 1100000 | 100100 | 11100 | 1011101 | 100001 |
Color Harmonies of #A25006
Complementary color
Monochromatic Colors of #A25006
Black with #A25006
Text Example
Text Example
White with #A25006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A25006; }
p { color: rgb(162,80,6); }
H1.HeaderClassName
{
color: #A25006;
}
.AnyTagClassName
{
color: #A25006;
}
</style>
background-color css
<style>
a { background-color: #A25006; }
a { background-color: rgb(162,80,6); }
div.DivClassName
{
background-color: #A25006;
}
.BgClassName
{
background-color: #A25006;
}
</style>
border-color css
<style>
span { border-color: #A25006; }
span { border-color: rgb(162,80,6); }
td.TdClassName
{
border-color: #A25006;
}
.TagClassName
{
border-color: #A25006;
}
</style>