Shades of Saddle Brown #935010
Tints of Saddle Brown #935010
RGB
CMYK
RGB Variations
Color information
#935010 (or 0x935010) is known color: Saddle Brown. HEX triplet: 93, 50 and 10. RGB value is (147,80,16). Sum of RGB (Red+Green+Blue) = 147+80+16=243 (32% of max value = 765). Red value is 147 (57.81% from 255 or 60.49% from 243); Green value is 80 (31.64% from 255 or 32.92% from 243); Blue value is 16 (6.64% from 255 or 6.58% from 243); Max value from RGB is 147 - color contains mainly: red. Hex color #935010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935010 is #6CAFEF. Grayscale: #5D5D5D. Windows color (decimal): -7122928 or 1069203. OLE color: 1069203.
HSL color Cylindrical-coordinate representation of color #935010: hue angle of 29.31º degrees, saturation: 0.8, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #935010 is Cyan = 0, Magento = 0.46, Yellow = 0.89 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 16 | - |
| CMYK | 0 | 0.46 | 0.89 | 0.42 |
| HSL | 29.31º | 0.8% | 0.32% | - |
| HSV(B) | 29.31º | 0.89% | 0.58% | - |
| XYZ | 14.99 | 11.98 | 2.01 | - |
| YUV | 92.74 | 84.7 | 166.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 16 | 0 | 0.46 | 0.89 | 0.42 | 29.31 | 0.8 | 0.32 |
| Hex | 93 | 50 | 10 | 0 | 2E | 59 | 2A | 1D | 50 | 20 |
| Octal | 223 | 120 | 20 | 0 | 56 | 131 | 52 | 35 | 120 | 40 |
| Binary | 10010011 | 1010000 | 10000 | 0 | 101110 | 1011001 | 101010 | 11101 | 1010000 | 100000 |
Color Harmonies of #935010
Complementary color
Monochromatic Colors of #935010
Black with #935010
Text Example
Text Example
White with #935010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935010; }
p { color: rgb(147,80,16); }
H1.HeaderClassName
{
color: #935010;
}
.AnyTagClassName
{
color: #935010;
}
</style>
background-color css
<style>
a { background-color: #935010; }
a { background-color: rgb(147,80,16); }
div.DivClassName
{
background-color: #935010;
}
.BgClassName
{
background-color: #935010;
}
</style>
border-color css
<style>
span { border-color: #935010; }
span { border-color: rgb(147,80,16); }
td.TdClassName
{
border-color: #935010;
}
.TagClassName
{
border-color: #935010;
}
</style>