Shades of Saddle Brown #813D02
Tints of Saddle Brown #813D02
RGB
CMYK
RGB Variations
Color information
#813D02 (or 0x813D02) is known color: Saddle Brown. HEX triplet: 81, 3D and 02. RGB value is (129,61,2). Sum of RGB (Red+Green+Blue) = 129+61+2=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 61 (24.22% from 255 or 31.77% from 192); Blue value is 2 (1.17% from 255 or 1.04% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #813D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #813D02 is #7EC2FD. Grayscale: #4A4A4A. Windows color (decimal): -8307454 or 146817. OLE color: 146817.
HSL color Cylindrical-coordinate representation of color #813D02: hue angle of 27.87º 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 #813D02 is Cyan = 0, Magento = 0.53, Yellow = 0.98 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 61 | 2 | - |
| CMYK | 0 | 0.53 | 0.98 | 0.49 |
| HSL | 27.87º | 0.97% | 0.26% | - |
| HSV(B) | 27.87º | 0.98% | 0.51% | - |
| XYZ | 10.73 | 8.01 | 1.04 | - |
| YUV | 74.61 | 87.03 | 166.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 61 | 2 | 0 | 0.53 | 0.98 | 0.49 | 27.87 | 0.97 | 0.26 |
| Hex | 81 | 3D | 2 | 0 | 35 | 62 | 31 | 1C | 61 | 1A |
| Octal | 201 | 75 | 2 | 0 | 65 | 142 | 61 | 34 | 141 | 32 |
| Binary | 10000001 | 111101 | 10 | 0 | 110101 | 1100010 | 110001 | 11100 | 1100001 | 11010 |
Color Harmonies of #813D02
Complementary color
Monochromatic Colors of #813D02
Black with #813D02
Text Example
Text Example
White with #813D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #813D02; }
p { color: rgb(129,61,2); }
H1.HeaderClassName
{
color: #813D02;
}
.AnyTagClassName
{
color: #813D02;
}
</style>
background-color css
<style>
a { background-color: #813D02; }
a { background-color: rgb(129,61,2); }
div.DivClassName
{
background-color: #813D02;
}
.BgClassName
{
background-color: #813D02;
}
</style>
border-color css
<style>
span { border-color: #813D02; }
span { border-color: rgb(129,61,2); }
td.TdClassName
{
border-color: #813D02;
}
.TagClassName
{
border-color: #813D02;
}
</style>