Shades of Saddle Brown #812A00
Tints of Saddle Brown #812A00
RGB
CMYK
RGB Variations
Color information
#812A00 (or 0x812A00) is known color: Saddle Brown. HEX triplet: 81, 2A and 00. RGB value is (129,42,0). Sum of RGB (Red+Green+Blue) = 129+42+0=171 (22% of max value = 765). Red value is 129 (50.78% from 255 or 75.44% from 171); Green value is 42 (16.80% from 255 or 24.56% from 171); Blue value is 0 (0.39% from 255 or 0% from 171); Max value from RGB is 129 - color contains mainly: red. Hex color #812A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812A00 is #7ED5FF. Grayscale: #3F3F3F. Windows color (decimal): -8312320 or 10881. OLE color: 10881.
HSL color Cylindrical-coordinate representation of color #812A00: hue angle of 19.53º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #812A00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 42 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.49 |
| HSL | 19.53º | 1% | 0.25% | - |
| HSV(B) | 19.53º | 1% | 0.51% | - |
| XYZ | 9.88 | 6.32 | 0.7 | - |
| YUV | 63.23 | 92.32 | 174.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 42 | 0 | 0 | 0.67 | 1 | 0.49 | 19.53 | 1 | 0.25 |
| Hex | 81 | 2A | 0 | 0 | 43 | 64 | 31 | 14 | 64 | 19 |
| Octal | 201 | 52 | 0 | 0 | 103 | 144 | 61 | 24 | 144 | 31 |
| Binary | 10000001 | 101010 | 0 | 0 | 1000011 | 1100100 | 110001 | 10100 | 1100100 | 11001 |
Color Harmonies of #812A00
Complementary color
Monochromatic Colors of #812A00
Black with #812A00
Text Example
Text Example
White with #812A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812A00; }
p { color: rgb(129,42,0); }
H1.HeaderClassName
{
color: #812A00;
}
.AnyTagClassName
{
color: #812A00;
}
</style>
background-color css
<style>
a { background-color: #812A00; }
a { background-color: rgb(129,42,0); }
div.DivClassName
{
background-color: #812A00;
}
.BgClassName
{
background-color: #812A00;
}
</style>
border-color css
<style>
span { border-color: #812A00; }
span { border-color: rgb(129,42,0); }
td.TdClassName
{
border-color: #812A00;
}
.TagClassName
{
border-color: #812A00;
}
</style>