Shades of Saddle Brown #812E02
Tints of Saddle Brown #812E02
RGB
CMYK
RGB Variations
Color information
#812E02 (or 0x812E02) is known color: Saddle Brown. HEX triplet: 81, 2E and 02. RGB value is (129,46,2). Sum of RGB (Red+Green+Blue) = 129+46+2=177 (23% of max value = 765). Red value is 129 (50.78% from 255 or 72.88% from 177); Green value is 46 (18.36% from 255 or 25.99% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 129 - color contains mainly: red. Hex color #812E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #812E02 is #7ED1FD. Grayscale: #424242. Windows color (decimal): -8311294 or 142977. OLE color: 142977.
HSL color Cylindrical-coordinate representation of color #812E02: hue angle of 20.79º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #812E02 is Cyan = 0, Magento = 0.64, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 46 | 2 | - |
| CMYK | 0 | 0.64 | 0.98 | 0.49 |
| HSL | 20.79º | 0.97% | 0.26% | - |
| HSV(B) | 20.79º | 0.98% | 0.51% | - |
| XYZ | 10.04 | 6.63 | 0.81 | - |
| YUV | 65.8 | 92 | 173.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 46 | 2 | 0 | 0.64 | 0.98 | 0.49 | 20.79 | 0.97 | 0.26 |
| Hex | 81 | 2E | 2 | 0 | 40 | 62 | 31 | 15 | 61 | 1A |
| Octal | 201 | 56 | 2 | 0 | 100 | 142 | 61 | 25 | 141 | 32 |
| Binary | 10000001 | 101110 | 10 | 0 | 1000000 | 1100010 | 110001 | 10101 | 1100001 | 11010 |
Color Harmonies of #812E02
Complementary color
Monochromatic Colors of #812E02
Black with #812E02
Text Example
Text Example
White with #812E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #812E02; }
p { color: rgb(129,46,2); }
H1.HeaderClassName
{
color: #812E02;
}
.AnyTagClassName
{
color: #812E02;
}
</style>
background-color css
<style>
a { background-color: #812E02; }
a { background-color: rgb(129,46,2); }
div.DivClassName
{
background-color: #812E02;
}
.BgClassName
{
background-color: #812E02;
}
</style>
border-color css
<style>
span { border-color: #812E02; }
span { border-color: rgb(129,46,2); }
td.TdClassName
{
border-color: #812E02;
}
.TagClassName
{
border-color: #812E02;
}
</style>