Shades of Saddle Brown #913F03
Tints of Saddle Brown #913F03
RGB
CMYK
RGB Variations
Color information
#913F03 (or 0x913F03) is known color: Saddle Brown. HEX triplet: 91, 3F and 03. RGB value is (145,63,3). Sum of RGB (Red+Green+Blue) = 145+63+3=211 (27% of max value = 765). Red value is 145 (57.03% from 255 or 68.72% from 211); Green value is 63 (25% from 255 or 29.86% from 211); Blue value is 3 (1.56% from 255 or 1.42% from 211); Max value from RGB is 145 - color contains mainly: red. Hex color #913F03 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913F03 is #6EC0FC. Grayscale: #505050. Windows color (decimal): -7258365 or 212881. OLE color: 212881.
HSL color Cylindrical-coordinate representation of color #913F03: hue angle of 25.35º degrees, saturation: 0.96, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #913F03 is Cyan = 0, Magento = 0.57, Yellow = 0.98 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 63 | 3 | - |
| CMYK | 0 | 0.57 | 0.98 | 0.43 |
| HSL | 25.35º | 0.96% | 0.29% | - |
| HSV(B) | 25.35º | 0.98% | 0.57% | - |
| XYZ | 13.47 | 9.58 | 1.23 | - |
| YUV | 80.68 | 84.17 | 173.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 63 | 3 | 0 | 0.57 | 0.98 | 0.43 | 25.35 | 0.96 | 0.29 |
| Hex | 91 | 3F | 3 | 0 | 39 | 62 | 2B | 19 | 60 | 1D |
| Octal | 221 | 77 | 3 | 0 | 71 | 142 | 53 | 31 | 140 | 35 |
| Binary | 10010001 | 111111 | 11 | 0 | 111001 | 1100010 | 101011 | 11001 | 1100000 | 11101 |
Color Harmonies of #913F03
Complementary color
Monochromatic Colors of #913F03
Black with #913F03
Text Example
Text Example
White with #913F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913F03; }
p { color: rgb(145,63,3); }
H1.HeaderClassName
{
color: #913F03;
}
.AnyTagClassName
{
color: #913F03;
}
</style>
background-color css
<style>
a { background-color: #913F03; }
a { background-color: rgb(145,63,3); }
div.DivClassName
{
background-color: #913F03;
}
.BgClassName
{
background-color: #913F03;
}
</style>
border-color css
<style>
span { border-color: #913F03; }
span { border-color: rgb(145,63,3); }
td.TdClassName
{
border-color: #913F03;
}
.TagClassName
{
border-color: #913F03;
}
</style>