Shades of Saddle Brown #932800
Tints of Saddle Brown #932800
RGB
CMYK
RGB Variations
Color information
#932800 (or 0x932800) is known color: Saddle Brown. HEX triplet: 93, 28 and 00. RGB value is (147,40,0). Sum of RGB (Red+Green+Blue) = 147+40+0=187 (24% of max value = 765). Red value is 147 (57.81% from 255 or 78.61% from 187); Green value is 40 (16.02% from 255 or 21.39% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 147 - color contains mainly: red. Hex color #932800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932800 is #6CD7FF. Grayscale: #434343. Windows color (decimal): -7133184 or 10387. OLE color: 10387.
HSL color Cylindrical-coordinate representation of color #932800: hue angle of 16.33º 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 #932800 is Cyan = 0, Magento = 0.73, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 40 | 0 | - |
| CMYK | 0 | 0.73 | 1 | 0.42 |
| HSL | 16.33º | 1% | 0.29% | - |
| HSV(B) | 16.33º | 1% | 0.58% | - |
| XYZ | 12.79 | 7.72 | 0.82 | - |
| YUV | 67.43 | 89.95 | 184.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 40 | 0 | 0 | 0.73 | 1 | 0.42 | 16.33 | 1 | 0.29 |
| Hex | 93 | 28 | 0 | 0 | 49 | 64 | 2A | 10 | 64 | 1D |
| Octal | 223 | 50 | 0 | 0 | 111 | 144 | 52 | 20 | 144 | 35 |
| Binary | 10010011 | 101000 | 0 | 0 | 1001001 | 1100100 | 101010 | 10000 | 1100100 | 11101 |
Color Harmonies of #932800
Complementary color
Monochromatic Colors of #932800
Black with #932800
Text Example
Text Example
White with #932800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932800; }
p { color: rgb(147,40,0); }
H1.HeaderClassName
{
color: #932800;
}
.AnyTagClassName
{
color: #932800;
}
</style>
background-color css
<style>
a { background-color: #932800; }
a { background-color: rgb(147,40,0); }
div.DivClassName
{
background-color: #932800;
}
.BgClassName
{
background-color: #932800;
}
</style>
border-color css
<style>
span { border-color: #932800; }
span { border-color: rgb(147,40,0); }
td.TdClassName
{
border-color: #932800;
}
.TagClassName
{
border-color: #932800;
}
</style>