Shades of Saddle Brown #A24F08
Tints of Saddle Brown #A24F08
RGB
CMYK
RGB Variations
Color information
#A24F08 (or 0xA24F08) is known color: Saddle Brown. HEX triplet: A2, 4F and 08. RGB value is (162,79,8). Sum of RGB (Red+Green+Blue) = 162+79+8=249 (32% of max value = 765). Red value is 162 (63.67% from 255 or 65.06% from 249); Green value is 79 (31.25% from 255 or 31.73% from 249); Blue value is 8 (3.52% from 255 or 3.21% from 249); Max value from RGB is 162 - color contains mainly: red. Hex color #A24F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #A24F08 is #5DB0F7. Grayscale: #606060. Windows color (decimal): -6140152 or 544674. OLE color: 544674.
HSL color Cylindrical-coordinate representation of color #A24F08: hue angle of 27.66º 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 #A24F08 is Cyan = 0, Magento = 0.51, Yellow = 0.95 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 162 | 79 | 8 | - |
| CMYK | 0 | 0.51 | 0.95 | 0.36 |
| HSL | 27.66º | 0.91% | 0.33% | - |
| HSV(B) | 27.66º | 0.95% | 0.64% | - |
| XYZ | 17.74 | 13.29 | 1.86 | - |
| YUV | 95.72 | 78.5 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 79 | 8 | 0 | 0.51 | 0.95 | 0.36 | 27.66 | 0.91 | 0.33 |
| Hex | A2 | 4F | 8 | 0 | 33 | 5F | 24 | 1C | 5B | 21 |
| Octal | 242 | 117 | 10 | 0 | 63 | 137 | 44 | 34 | 133 | 41 |
| Binary | 10100010 | 1001111 | 1000 | 0 | 110011 | 1011111 | 100100 | 11100 | 1011011 | 100001 |
Color Harmonies of #A24F08
Complementary color
Monochromatic Colors of #A24F08
Black with #A24F08
Text Example
Text Example
White with #A24F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A24F08; }
p { color: rgb(162,79,8); }
H1.HeaderClassName
{
color: #A24F08;
}
.AnyTagClassName
{
color: #A24F08;
}
</style>
background-color css
<style>
a { background-color: #A24F08; }
a { background-color: rgb(162,79,8); }
div.DivClassName
{
background-color: #A24F08;
}
.BgClassName
{
background-color: #A24F08;
}
</style>
border-color css
<style>
span { border-color: #A24F08; }
span { border-color: rgb(162,79,8); }
td.TdClassName
{
border-color: #A24F08;
}
.TagClassName
{
border-color: #A24F08;
}
</style>