Shades of Saddle Brown #812C00
Tints of Saddle Brown #812C00
RGB
CMYK
RGB Variations
Color information
#812C00 (or 0x812C00) is known color: Saddle Brown. HEX triplet: 81, 2C and 00. RGB value is (129,44,0). Sum of RGB (Red+Green+Blue) = 129+44+0=173 (22% of max value = 765). Red value is 129 (50.78% from 255 or 74.57% from 173); Green value is 44 (17.58% from 255 or 25.43% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 129 - color contains mainly: red. Hex color #812C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812C00 is #7ED3FF. Grayscale: #404040. Windows color (decimal): -8311808 or 11393. OLE color: 11393.
HSL color Cylindrical-coordinate representation of color #812C00: hue angle of 20.47º 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 #812C00 is Cyan = 0, Magento = 0.66, Yellow = 1 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 0 | - |
| CMYK | 0 | 0.66 | 1 | 0.49 |
| HSL | 20.47º | 1% | 0.25% | - |
| HSV(B) | 20.47º | 1% | 0.51% | - |
| XYZ | 9.95 | 6.47 | 0.72 | - |
| YUV | 64.4 | 91.66 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 0 | 0 | 0.66 | 1 | 0.49 | 20.47 | 1 | 0.25 |
| Hex | 81 | 2C | 0 | 0 | 42 | 64 | 31 | 14 | 64 | 19 |
| Octal | 201 | 54 | 0 | 0 | 102 | 144 | 61 | 24 | 144 | 31 |
| Binary | 10000001 | 101100 | 0 | 0 | 1000010 | 1100100 | 110001 | 10100 | 1100100 | 11001 |
Color Harmonies of #812C00
Complementary color
Monochromatic Colors of #812C00
Black with #812C00
Text Example
Text Example
White with #812C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C00; }
p { color: rgb(129,44,0); }
H1.HeaderClassName
{
color: #812C00;
}
.AnyTagClassName
{
color: #812C00;
}
</style>
background-color css
<style>
a { background-color: #812C00; }
a { background-color: rgb(129,44,0); }
div.DivClassName
{
background-color: #812C00;
}
.BgClassName
{
background-color: #812C00;
}
</style>
border-color css
<style>
span { border-color: #812C00; }
span { border-color: rgb(129,44,0); }
td.TdClassName
{
border-color: #812C00;
}
.TagClassName
{
border-color: #812C00;
}
</style>