Shades of Saddle Brown #81350A
Tints of Saddle Brown #81350A
RGB
CMYK
RGB Variations
Color information
#81350A (or 0x81350A) is known color: Saddle Brown. HEX triplet: 81, 35 and 0A. RGB value is (129,53,10). Sum of RGB (Red+Green+Blue) = 129+53+10=192 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.19% from 192); Green value is 53 (21.09% from 255 or 27.60% from 192); Blue value is 10 (4.30% from 255 or 5.21% from 192); Max value from RGB is 129 - color contains mainly: red. Hex color #81350A is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81350A is #7ECAF5. Grayscale: #474747. Windows color (decimal): -8309494 or 669057. OLE color: 669057.
HSL color Cylindrical-coordinate representation of color #81350A: hue angle of 21.68º degrees, saturation: 0.86, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #81350A is Cyan = 0, Magento = 0.59, Yellow = 0.92 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 53 | 10 | - |
| CMYK | 0 | 0.59 | 0.92 | 0.49 |
| HSL | 21.68º | 0.86% | 0.27% | - |
| HSV(B) | 21.68º | 0.92% | 0.51% | - |
| XYZ | 10.38 | 7.24 | 1.14 | - |
| YUV | 70.82 | 93.68 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 53 | 10 | 0 | 0.59 | 0.92 | 0.49 | 21.68 | 0.86 | 0.27 |
| Hex | 81 | 35 | A | 0 | 3B | 5C | 31 | 16 | 56 | 1B |
| Octal | 201 | 65 | 12 | 0 | 73 | 134 | 61 | 26 | 126 | 33 |
| Binary | 10000001 | 110101 | 1010 | 0 | 111011 | 1011100 | 110001 | 10110 | 1010110 | 11011 |
Color Harmonies of #81350A
Complementary color
Monochromatic Colors of #81350A
Black with #81350A
Text Example
Text Example
White with #81350A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81350A; }
p { color: rgb(129,53,10); }
H1.HeaderClassName
{
color: #81350A;
}
.AnyTagClassName
{
color: #81350A;
}
</style>
background-color css
<style>
a { background-color: #81350A; }
a { background-color: rgb(129,53,10); }
div.DivClassName
{
background-color: #81350A;
}
.BgClassName
{
background-color: #81350A;
}
</style>
border-color css
<style>
span { border-color: #81350A; }
span { border-color: rgb(129,53,10); }
td.TdClassName
{
border-color: #81350A;
}
.TagClassName
{
border-color: #81350A;
}
</style>