Shades of Saddle Brown #81320C
Tints of Saddle Brown #81320C
RGB
CMYK
RGB Variations
Color information
#81320C (or 0x81320C) is known color: Saddle Brown. HEX triplet: 81, 32 and 0C. RGB value is (129,50,12). Sum of RGB (Red+Green+Blue) = 129+50+12=191 (25% of max value = 765). Red value is 129 (50.78% from 255 or 67.54% from 191); Green value is 50 (19.92% from 255 or 26.18% from 191); Blue value is 12 (5.08% from 255 or 6.28% from 191); Max value from RGB is 129 - color contains mainly: red. Hex color #81320C is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #81320C is #7ECDF3. Grayscale: #454545. Windows color (decimal): -8310260 or 799361. OLE color: 799361.
HSL color Cylindrical-coordinate representation of color #81320C: hue angle of 19.49º degrees, saturation: 0.83, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #81320C is Cyan = 0, Magento = 0.61, Yellow = 0.91 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 50 | 12 | - |
| CMYK | 0 | 0.61 | 0.91 | 0.49 |
| HSL | 19.49º | 0.83% | 0.28% | - |
| HSV(B) | 19.49º | 0.91% | 0.51% | - |
| XYZ | 10.26 | 6.97 | 1.15 | - |
| YUV | 69.29 | 95.67 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 50 | 12 | 0 | 0.61 | 0.91 | 0.49 | 19.49 | 0.83 | 0.28 |
| Hex | 81 | 32 | C | 0 | 3D | 5B | 31 | 13 | 53 | 1C |
| Octal | 201 | 62 | 14 | 0 | 75 | 133 | 61 | 23 | 123 | 34 |
| Binary | 10000001 | 110010 | 1100 | 0 | 111101 | 1011011 | 110001 | 10011 | 1010011 | 11100 |
Color Harmonies of #81320C
Complementary color
Monochromatic Colors of #81320C
Black with #81320C
Text Example
Text Example
White with #81320C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81320C; }
p { color: rgb(129,50,12); }
H1.HeaderClassName
{
color: #81320C;
}
.AnyTagClassName
{
color: #81320C;
}
</style>
background-color css
<style>
a { background-color: #81320C; }
a { background-color: rgb(129,50,12); }
div.DivClassName
{
background-color: #81320C;
}
.BgClassName
{
background-color: #81320C;
}
</style>
border-color css
<style>
span { border-color: #81320C; }
span { border-color: rgb(129,50,12); }
td.TdClassName
{
border-color: #81320C;
}
.TagClassName
{
border-color: #81320C;
}
</style>