Shades of Saddle Brown #932702
Tints of Saddle Brown #932702
RGB
CMYK
RGB Variations
Color information
#932702 (or 0x932702) is known color: Saddle Brown. HEX triplet: 93, 27 and 02. RGB value is (147,39,2). Sum of RGB (Red+Green+Blue) = 147+39+2=188 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.19% from 188); Green value is 39 (15.62% from 255 or 20.74% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 147 - color contains mainly: red. Hex color #932702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932702 is #6CD8FD. Grayscale: #434343. Windows color (decimal): -7133438 or 141203. OLE color: 141203.
HSL color Cylindrical-coordinate representation of color #932702: hue angle of 15.31º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #932702 is Cyan = 0, Magento = 0.73, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 39 | 2 | - |
| CMYK | 0 | 0.73 | 0.99 | 0.42 |
| HSL | 15.31º | 0.97% | 0.29% | - |
| HSV(B) | 15.31º | 0.99% | 0.58% | - |
| XYZ | 12.77 | 7.66 | 0.86 | - |
| YUV | 67.07 | 91.28 | 185.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 39 | 2 | 0 | 0.73 | 0.99 | 0.42 | 15.31 | 0.97 | 0.29 |
| Hex | 93 | 27 | 2 | 0 | 49 | 63 | 2A | F | 61 | 1D |
| Octal | 223 | 47 | 2 | 0 | 111 | 143 | 52 | 17 | 141 | 35 |
| Binary | 10010011 | 100111 | 10 | 0 | 1001001 | 1100011 | 101010 | 1111 | 1100001 | 11101 |
Color Harmonies of #932702
Complementary color
Monochromatic Colors of #932702
Black with #932702
Text Example
Text Example
White with #932702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932702; }
p { color: rgb(147,39,2); }
H1.HeaderClassName
{
color: #932702;
}
.AnyTagClassName
{
color: #932702;
}
</style>
background-color css
<style>
a { background-color: #932702; }
a { background-color: rgb(147,39,2); }
div.DivClassName
{
background-color: #932702;
}
.BgClassName
{
background-color: #932702;
}
</style>
border-color css
<style>
span { border-color: #932702; }
span { border-color: rgb(147,39,2); }
td.TdClassName
{
border-color: #932702;
}
.TagClassName
{
border-color: #932702;
}
</style>