Shades of Saddle Brown #933600
Tints of Saddle Brown #933600
RGB
CMYK
RGB Variations
Color information
#933600 (or 0x933600) is known color: Saddle Brown. HEX triplet: 93, 36 and 00. RGB value is (147,54,0). Sum of RGB (Red+Green+Blue) = 147+54+0=201 (26% of max value = 765). Red value is 147 (57.81% from 255 or 73.13% from 201); Green value is 54 (21.48% from 255 or 26.87% from 201); Blue value is 0 (0.39% from 255 or 0% from 201); Max value from RGB is 147 - color contains mainly: red. Hex color #933600 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933600 is #6CC9FF. Grayscale: #4B4B4B. Windows color (decimal): -7129600 or 13971. OLE color: 13971.
HSL color Cylindrical-coordinate representation of color #933600: hue angle of 22.04º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #933600 is Cyan = 0, Magento = 0.63, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 54 | 0 | - |
| CMYK | 0 | 0.63 | 1 | 0.42 |
| HSL | 22.04º | 1% | 0.29% | - |
| HSV(B) | 22.04º | 1% | 0.58% | - |
| XYZ | 13.35 | 8.84 | 1 | - |
| YUV | 75.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 0 | 0 | 0.63 | 1 | 0.42 | 22.04 | 1 | 0.29 |
| Hex | 93 | 36 | 0 | 0 | 3F | 64 | 2A | 16 | 64 | 1D |
| Octal | 223 | 66 | 0 | 0 | 77 | 144 | 52 | 26 | 144 | 35 |
| Binary | 10010011 | 110110 | 0 | 0 | 111111 | 1100100 | 101010 | 10110 | 1100100 | 11101 |
Color Harmonies of #933600
Complementary color
Monochromatic Colors of #933600
Black with #933600
Text Example
Text Example
White with #933600
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933600; }
p { color: rgb(147,54,0); }
H1.HeaderClassName
{
color: #933600;
}
.AnyTagClassName
{
color: #933600;
}
</style>
background-color css
<style>
a { background-color: #933600; }
a { background-color: rgb(147,54,0); }
div.DivClassName
{
background-color: #933600;
}
.BgClassName
{
background-color: #933600;
}
</style>
border-color css
<style>
span { border-color: #933600; }
span { border-color: rgb(147,54,0); }
td.TdClassName
{
border-color: #933600;
}
.TagClassName
{
border-color: #933600;
}
</style>