Shades of Saddle Brown #A24C01
Tints of Saddle Brown #A24C01
RGB
CMYK
RGB Variations
Color information
#A24C01 (or 0xA24C01) is known color: Saddle Brown. HEX triplet: A2, 4C and 01. RGB value is (162,76,1). Sum of RGB (Red+Green+Blue) = 162+76+1=239 (31% of max value = 765). Red value is 162 (63.67% from 255 or 67.78% from 239); Green value is 76 (30.08% from 255 or 31.80% from 239); Blue value is 1 (0.78% from 255 or 0.42% from 239); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24C01 is #5DB3FE. Grayscale: #5D5D5D. Windows color (decimal): -6140927 or 85154. OLE color: 85154.
HSL color Cylindrical-coordinate representation of color #A24C01: hue angle of 27.95º degrees, saturation: 0.99, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #A24C01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.36 |
| HSL | 27.95º | 0.99% | 0.32% | - |
| HSV(B) | 27.95º | 0.99% | 0.64% | - |
| XYZ | 17.49 | 12.85 | 1.59 | - |
| YUV | 93.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 1 | 0 | 0.53 | 0.99 | 0.36 | 27.95 | 0.99 | 0.32 |
| Hex | A2 | 4C | 1 | 0 | 35 | 63 | 24 | 1C | 63 | 20 |
| Octal | 242 | 114 | 1 | 0 | 65 | 143 | 44 | 34 | 143 | 40 |
| Binary | 10100010 | 1001100 | 1 | 0 | 110101 | 1100011 | 100100 | 11100 | 1100011 | 100000 |
Color Harmonies of #A24C01
Complementary color
Monochromatic Colors of #A24C01
Black with #A24C01
Text Example
Text Example
White with #A24C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C01; }
p { color: rgb(162,76,1); }
H1.HeaderClassName
{
color: #A24C01;
}
.AnyTagClassName
{
color: #A24C01;
}
</style>
background-color css
<style>
a { background-color: #A24C01; }
a { background-color: rgb(162,76,1); }
div.DivClassName
{
background-color: #A24C01;
}
.BgClassName
{
background-color: #A24C01;
}
</style>
border-color css
<style>
span { border-color: #A24C01; }
span { border-color: rgb(162,76,1); }
td.TdClassName
{
border-color: #A24C01;
}
.TagClassName
{
border-color: #A24C01;
}
</style>