Shades of Saddle Brown #935001
Tints of Saddle Brown #935001
RGB
CMYK
RGB Variations
Color information
#935001 (or 0x935001) is known color: Saddle Brown. HEX triplet: 93, 50 and 01. RGB value is (147,80,1). Sum of RGB (Red+Green+Blue) = 147+80+1=228 (30% of max value = 765). Red value is 147 (57.81% from 255 or 64.47% from 228); Green value is 80 (31.64% from 255 or 35.09% from 228); Blue value is 1 (0.78% from 255 or 0.44% from 228); Max value from RGB is 147 - color contains mainly: red. Hex color #935001 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #935001 is #6CAFFE. Grayscale: #5B5B5B. Windows color (decimal): -7122943 or 86163. OLE color: 86163.
HSL color Cylindrical-coordinate representation of color #935001: hue angle of 32.47º 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 #935001 is Cyan = 0, Magento = 0.46, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 80 | 1 | - |
| CMYK | 0 | 0.46 | 0.99 | 0.42 |
| HSL | 32.47º | 0.99% | 0.29% | - |
| HSV(B) | 32.47º | 0.99% | 0.58% | - |
| XYZ | 14.91 | 11.94 | 1.55 | - |
| YUV | 91.03 | 77.2 | 167.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 80 | 1 | 0 | 0.46 | 0.99 | 0.42 | 32.47 | 0.99 | 0.29 |
| Hex | 93 | 50 | 1 | 0 | 2E | 63 | 2A | 20 | 63 | 1D |
| Octal | 223 | 120 | 1 | 0 | 56 | 143 | 52 | 40 | 143 | 35 |
| Binary | 10010011 | 1010000 | 1 | 0 | 101110 | 1100011 | 101010 | 100000 | 1100011 | 11101 |
Color Harmonies of #935001
Complementary color
Monochromatic Colors of #935001
Black with #935001
Text Example
Text Example
White with #935001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935001; }
p { color: rgb(147,80,1); }
H1.HeaderClassName
{
color: #935001;
}
.AnyTagClassName
{
color: #935001;
}
</style>
background-color css
<style>
a { background-color: #935001; }
a { background-color: rgb(147,80,1); }
div.DivClassName
{
background-color: #935001;
}
.BgClassName
{
background-color: #935001;
}
</style>
border-color css
<style>
span { border-color: #935001; }
span { border-color: rgb(147,80,1); }
td.TdClassName
{
border-color: #935001;
}
.TagClassName
{
border-color: #935001;
}
</style>