Shades of Saddle Brown #A24C08
Tints of Saddle Brown #A24C08
RGB
CMYK
RGB Variations
Color information
#A24C08 (or 0xA24C08) is known color: Saddle Brown. HEX triplet: A2, 4C and 08. RGB value is (162,76,8). Sum of RGB (Red+Green+Blue) = 162+76+8=246 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.85% from 246); Green value is 76 (30.08% from 255 or 30.89% from 246); Blue value is 8 (3.52% from 255 or 3.25% from 246); Max value from RGB is 162 - color contains mainly: red. Hex color #A24C08 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #A24C08 is #5DB3F7. Grayscale: #5E5E5E. Windows color (decimal): -6140920 or 543906. OLE color: 543906.
HSL color Cylindrical-coordinate representation of color #A24C08: hue angle of 26.49º degrees, saturation: 0.91, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #A24C08 is Cyan = 0, Magento = 0.53, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 76 | 8 | - |
| CMYK | 0 | 0.53 | 0.95 | 0.36 |
| HSL | 26.49º | 0.91% | 0.33% | - |
| HSV(B) | 26.49º | 0.95% | 0.64% | - |
| XYZ | 17.53 | 12.87 | 1.79 | - |
| YUV | 93.96 | 79.49 | 176.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 76 | 8 | 0 | 0.53 | 0.95 | 0.36 | 26.49 | 0.91 | 0.33 |
| Hex | A2 | 4C | 8 | 0 | 35 | 5F | 24 | 1A | 5B | 21 |
| Octal | 242 | 114 | 10 | 0 | 65 | 137 | 44 | 32 | 133 | 41 |
| Binary | 10100010 | 1001100 | 1000 | 0 | 110101 | 1011111 | 100100 | 11010 | 1011011 | 100001 |
Color Harmonies of #A24C08
Complementary color
Monochromatic Colors of #A24C08
Black with #A24C08
Text Example
Text Example
White with #A24C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24C08; }
p { color: rgb(162,76,8); }
H1.HeaderClassName
{
color: #A24C08;
}
.AnyTagClassName
{
color: #A24C08;
}
</style>
background-color css
<style>
a { background-color: #A24C08; }
a { background-color: rgb(162,76,8); }
div.DivClassName
{
background-color: #A24C08;
}
.BgClassName
{
background-color: #A24C08;
}
</style>
border-color css
<style>
span { border-color: #A24C08; }
span { border-color: rgb(162,76,8); }
td.TdClassName
{
border-color: #A24C08;
}
.TagClassName
{
border-color: #A24C08;
}
</style>