Shades of Saddle Brown #913E02
Tints of Saddle Brown #913E02
RGB
CMYK
RGB Variations
Color information
#913E02 (or 0x913E02) is known color: Saddle Brown. HEX triplet: 91, 3E and 02. RGB value is (145,62,2). Sum of RGB (Red+Green+Blue) = 145+62+2=209 (27% of max value = 765). Red value is 145 (57.03% from 255 or 69.38% from 209); Green value is 62 (24.61% from 255 or 29.67% from 209); Blue value is 2 (1.17% from 255 or 0.96% from 209); Max value from RGB is 145 - color contains mainly: red. Hex color #913E02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #913E02 is #6EC1FD. Grayscale: #505050. Windows color (decimal): -7258622 or 147089. OLE color: 147089.
HSL color Cylindrical-coordinate representation of color #913E02: hue angle of 25.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #913E02 is Cyan = 0, Magento = 0.57, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 62 | 2 | - |
| CMYK | 0 | 0.57 | 0.99 | 0.43 |
| HSL | 25.17º | 0.97% | 0.29% | - |
| HSV(B) | 25.17º | 0.99% | 0.57% | - |
| XYZ | 13.41 | 9.47 | 1.18 | - |
| YUV | 79.98 | 84 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 2 | 0 | 0.57 | 0.99 | 0.43 | 25.17 | 0.97 | 0.29 |
| Hex | 91 | 3E | 2 | 0 | 39 | 63 | 2B | 19 | 61 | 1D |
| Octal | 221 | 76 | 2 | 0 | 71 | 143 | 53 | 31 | 141 | 35 |
| Binary | 10010001 | 111110 | 10 | 0 | 111001 | 1100011 | 101011 | 11001 | 1100001 | 11101 |
Color Harmonies of #913E02
Complementary color
Monochromatic Colors of #913E02
Black with #913E02
Text Example
Text Example
White with #913E02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913E02; }
p { color: rgb(145,62,2); }
H1.HeaderClassName
{
color: #913E02;
}
.AnyTagClassName
{
color: #913E02;
}
</style>
background-color css
<style>
a { background-color: #913E02; }
a { background-color: rgb(145,62,2); }
div.DivClassName
{
background-color: #913E02;
}
.BgClassName
{
background-color: #913E02;
}
</style>
border-color css
<style>
span { border-color: #913E02; }
span { border-color: rgb(145,62,2); }
td.TdClassName
{
border-color: #913E02;
}
.TagClassName
{
border-color: #913E02;
}
</style>