Shades of Saddle Brown #913D16
Tints of Saddle Brown #913D16
RGB
CMYK
RGB Variations
Color information
#913D16 (or 0x913D16) is known color: Saddle Brown. HEX triplet: 91, 3D and 16. RGB value is (145,61,22). Sum of RGB (Red+Green+Blue) = 145+61+22=228 (30% of max value = 765). Red value is 145 (57.03% from 255 or 63.60% from 228); Green value is 61 (24.22% from 255 or 26.75% from 228); Blue value is 22 (8.98% from 255 or 9.65% from 228); Max value from RGB is 145 - color contains mainly: red. Hex color #913D16 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913D16 is #6EC2E9. Grayscale: #515151. Windows color (decimal): -7258858 or 1457553. OLE color: 1457553.
HSL color Cylindrical-coordinate representation of color #913D16: hue angle of 19.02º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #913D16 is Cyan = 0, Magento = 0.58, Yellow = 0.85 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 61 | 22 | - |
| CMYK | 0 | 0.58 | 0.85 | 0.43 |
| HSL | 19.02º | 0.74% | 0.33% | - |
| HSV(B) | 19.02º | 0.85% | 0.57% | - |
| XYZ | 13.49 | 9.42 | 1.87 | - |
| YUV | 81.67 | 94.33 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 22 | 0 | 0.58 | 0.85 | 0.43 | 19.02 | 0.74 | 0.33 |
| Hex | 91 | 3D | 16 | 0 | 3A | 55 | 2B | 13 | 4A | 21 |
| Octal | 221 | 75 | 26 | 0 | 72 | 125 | 53 | 23 | 112 | 41 |
| Binary | 10010001 | 111101 | 10110 | 0 | 111010 | 1010101 | 101011 | 10011 | 1001010 | 100001 |
Color Harmonies of #913D16
Complementary color
Monochromatic Colors of #913D16
Black with #913D16
Text Example
Text Example
White with #913D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913D16; }
p { color: rgb(145,61,22); }
H1.HeaderClassName
{
color: #913D16;
}
.AnyTagClassName
{
color: #913D16;
}
</style>
background-color css
<style>
a { background-color: #913D16; }
a { background-color: rgb(145,61,22); }
div.DivClassName
{
background-color: #913D16;
}
.BgClassName
{
background-color: #913D16;
}
</style>
border-color css
<style>
span { border-color: #913D16; }
span { border-color: rgb(145,61,22); }
td.TdClassName
{
border-color: #913D16;
}
.TagClassName
{
border-color: #913D16;
}
</style>