Shades of Saddle Brown #812C01
Tints of Saddle Brown #812C01
RGB
CMYK
RGB Variations
Color information
#812C01 (or 0x812C01) is known color: Saddle Brown. HEX triplet: 81, 2C and 01. RGB value is (129,44,1). Sum of RGB (Red+Green+Blue) = 129+44+1=174 (23% of max value = 765). Red value is 129 (50.78% from 255 or 74.14% from 174); Green value is 44 (17.58% from 255 or 25.29% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 129 - color contains mainly: red. Hex color #812C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812C01 is #7ED3FE. Grayscale: #404040. Windows color (decimal): -8311807 or 76929. OLE color: 76929.
HSL color Cylindrical-coordinate representation of color #812C01: hue angle of 20.16º degrees, saturation: 0.98, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #812C01 is Cyan = 0, Magento = 0.66, Yellow = 0.99 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 44 | 1 | - |
| CMYK | 0 | 0.66 | 0.99 | 0.49 |
| HSL | 20.16º | 0.98% | 0.25% | - |
| HSV(B) | 20.16º | 0.99% | 0.51% | - |
| XYZ | 9.96 | 6.47 | 0.75 | - |
| YUV | 64.51 | 92.16 | 174 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 44 | 1 | 0 | 0.66 | 0.99 | 0.49 | 20.16 | 0.98 | 0.25 |
| Hex | 81 | 2C | 1 | 0 | 42 | 63 | 31 | 14 | 62 | 19 |
| Octal | 201 | 54 | 1 | 0 | 102 | 143 | 61 | 24 | 142 | 31 |
| Binary | 10000001 | 101100 | 1 | 0 | 1000010 | 1100011 | 110001 | 10100 | 1100010 | 11001 |
Color Harmonies of #812C01
Complementary color
Monochromatic Colors of #812C01
Black with #812C01
Text Example
Text Example
White with #812C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812C01; }
p { color: rgb(129,44,1); }
H1.HeaderClassName
{
color: #812C01;
}
.AnyTagClassName
{
color: #812C01;
}
</style>
background-color css
<style>
a { background-color: #812C01; }
a { background-color: rgb(129,44,1); }
div.DivClassName
{
background-color: #812C01;
}
.BgClassName
{
background-color: #812C01;
}
</style>
border-color css
<style>
span { border-color: #812C01; }
span { border-color: rgb(129,44,1); }
td.TdClassName
{
border-color: #812C01;
}
.TagClassName
{
border-color: #812C01;
}
</style>