Shades of Saddle Brown #933C00
Tints of Saddle Brown #933C00
RGB
CMYK
RGB Variations
Color information
#933C00 (or 0x933C00) is known color: Saddle Brown. HEX triplet: 93, 3C and 00. RGB value is (147,60,0). Sum of RGB (Red+Green+Blue) = 147+60+0=207 (27% of max value = 765). Red value is 147 (57.81% from 255 or 71.01% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 0 (0.39% from 255 or 0% from 207); Max value from RGB is 147 - color contains mainly: red. Hex color #933C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933C00 is #6CC3FF. Grayscale: #4F4F4F. Windows color (decimal): -7128064 or 15507. OLE color: 15507.
HSL color Cylindrical-coordinate representation of color #933C00: hue angle of 24.49º 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 #933C00 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 60 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.42 |
| HSL | 24.49º | 1% | 0.29% | - |
| HSV(B) | 24.49º | 1% | 0.58% | - |
| XYZ | 13.65 | 9.43 | 1.1 | - |
| YUV | 79.17 | 83.32 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 0 | 0 | 0.59 | 1 | 0.42 | 24.49 | 1 | 0.29 |
| Hex | 93 | 3C | 0 | 0 | 3B | 64 | 2A | 18 | 64 | 1D |
| Octal | 223 | 74 | 0 | 0 | 73 | 144 | 52 | 30 | 144 | 35 |
| Binary | 10010011 | 111100 | 0 | 0 | 111011 | 1100100 | 101010 | 11000 | 1100100 | 11101 |
Color Harmonies of #933C00
Complementary color
Monochromatic Colors of #933C00
Black with #933C00
Text Example
Text Example
White with #933C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933C00; }
p { color: rgb(147,60,0); }
H1.HeaderClassName
{
color: #933C00;
}
.AnyTagClassName
{
color: #933C00;
}
</style>
background-color css
<style>
a { background-color: #933C00; }
a { background-color: rgb(147,60,0); }
div.DivClassName
{
background-color: #933C00;
}
.BgClassName
{
background-color: #933C00;
}
</style>
border-color css
<style>
span { border-color: #933C00; }
span { border-color: rgb(147,60,0); }
td.TdClassName
{
border-color: #933C00;
}
.TagClassName
{
border-color: #933C00;
}
</style>