Shades of Saddle Brown #933C01
Tints of Saddle Brown #933C01
RGB
CMYK
RGB Variations
Color information
#933C01 (or 0x933C01) is known color: Saddle Brown. HEX triplet: 93, 3C and 01. RGB value is (147,60,1). Sum of RGB (Red+Green+Blue) = 147+60+1=208 (27% of max value = 765). Red value is 147 (57.81% from 255 or 70.67% from 208); Green value is 60 (23.83% from 255 or 28.85% from 208); Blue value is 1 (0.78% from 255 or 0.48% from 208); Max value from RGB is 147 - color contains mainly: red. Hex color #933C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #933C01 is #6CC3FE. Grayscale: #4F4F4F. Windows color (decimal): -7128063 or 81043. OLE color: 81043.
HSL color Cylindrical-coordinate representation of color #933C01: hue angle of 24.25º degrees, saturation: 0.99, 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 #933C01 is Cyan = 0, Magento = 0.59, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 60 | 1 | - |
| CMYK | 0 | 0.59 | 0.99 | 0.42 |
| HSL | 24.25º | 0.99% | 0.29% | - |
| HSV(B) | 24.25º | 0.99% | 0.58% | - |
| XYZ | 13.65 | 9.44 | 1.13 | - |
| YUV | 79.29 | 83.82 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 60 | 1 | 0 | 0.59 | 0.99 | 0.42 | 24.25 | 0.99 | 0.29 |
| Hex | 93 | 3C | 1 | 0 | 3B | 63 | 2A | 18 | 63 | 1D |
| Octal | 223 | 74 | 1 | 0 | 73 | 143 | 52 | 30 | 143 | 35 |
| Binary | 10010011 | 111100 | 1 | 0 | 111011 | 1100011 | 101010 | 11000 | 1100011 | 11101 |
Color Harmonies of #933C01
Complementary color
Monochromatic Colors of #933C01
Black with #933C01
Text Example
Text Example
White with #933C01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933C01; }
p { color: rgb(147,60,1); }
H1.HeaderClassName
{
color: #933C01;
}
.AnyTagClassName
{
color: #933C01;
}
</style>
background-color css
<style>
a { background-color: #933C01; }
a { background-color: rgb(147,60,1); }
div.DivClassName
{
background-color: #933C01;
}
.BgClassName
{
background-color: #933C01;
}
</style>
border-color css
<style>
span { border-color: #933C01; }
span { border-color: rgb(147,60,1); }
td.TdClassName
{
border-color: #933C01;
}
.TagClassName
{
border-color: #933C01;
}
</style>