Shades of Saddle Brown #934601
Tints of Saddle Brown #934601
RGB
CMYK
RGB Variations
Color information
#934601 (or 0x934601) is known color: Saddle Brown. HEX triplet: 93, 46 and 01. RGB value is (147,70,1). Sum of RGB (Red+Green+Blue) = 147+70+1=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #934601 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934601 is #6CB9FE. Grayscale: #555555. Windows color (decimal): -7125503 or 83603. OLE color: 83603.
HSL color Cylindrical-coordinate representation of color #934601: hue angle of 28.36º 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 #934601 is Cyan = 0, Magento = 0.52, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 70 | 1 | - |
| CMYK | 0 | 0.52 | 0.99 | 0.42 |
| HSL | 28.36º | 0.99% | 0.29% | - |
| HSV(B) | 28.36º | 0.99% | 0.58% | - |
| XYZ | 14.23 | 10.59 | 1.32 | - |
| YUV | 85.16 | 80.51 | 172.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 70 | 1 | 0 | 0.52 | 0.99 | 0.42 | 28.36 | 0.99 | 0.29 |
| Hex | 93 | 46 | 1 | 0 | 34 | 63 | 2A | 1C | 63 | 1D |
| Octal | 223 | 106 | 1 | 0 | 64 | 143 | 52 | 34 | 143 | 35 |
| Binary | 10010011 | 1000110 | 1 | 0 | 110100 | 1100011 | 101010 | 11100 | 1100011 | 11101 |
Color Harmonies of #934601
Complementary color
Monochromatic Colors of #934601
Black with #934601
Text Example
Text Example
White with #934601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934601; }
p { color: rgb(147,70,1); }
H1.HeaderClassName
{
color: #934601;
}
.AnyTagClassName
{
color: #934601;
}
</style>
background-color css
<style>
a { background-color: #934601; }
a { background-color: rgb(147,70,1); }
div.DivClassName
{
background-color: #934601;
}
.BgClassName
{
background-color: #934601;
}
</style>
border-color css
<style>
span { border-color: #934601; }
span { border-color: rgb(147,70,1); }
td.TdClassName
{
border-color: #934601;
}
.TagClassName
{
border-color: #934601;
}
</style>