Shades of Saddle Brown #934502
Tints of Saddle Brown #934502
RGB
CMYK
RGB Variations
Color information
#934502 (or 0x934502) is known color: Saddle Brown. HEX triplet: 93, 45 and 02. RGB value is (147,69,2). Sum of RGB (Red+Green+Blue) = 147+69+2=218 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.43% from 218); Green value is 69 (27.34% from 255 or 31.65% from 218); Blue value is 2 (1.17% from 255 or 0.92% from 218); Max value from RGB is 147 - color contains mainly: red. Hex color #934502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934502 is #6CBAFD. Grayscale: #555555. Windows color (decimal): -7125758 or 148883. OLE color: 148883.
HSL color Cylindrical-coordinate representation of color #934502: hue angle of 27.72º degrees, saturation: 0.97, 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 #934502 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 69 | 2 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.42 |
| HSL | 27.72º | 0.97% | 0.29% | - |
| HSV(B) | 27.72º | 0.99% | 0.58% | - |
| XYZ | 14.17 | 10.46 | 1.33 | - |
| YUV | 84.68 | 81.34 | 172.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 69 | 2 | 0 | 0.53 | 0.99 | 0.42 | 27.72 | 0.97 | 0.29 |
| Hex | 93 | 45 | 2 | 0 | 35 | 63 | 2A | 1C | 61 | 1D |
| Octal | 223 | 105 | 2 | 0 | 65 | 143 | 52 | 34 | 141 | 35 |
| Binary | 10010011 | 1000101 | 10 | 0 | 110101 | 1100011 | 101010 | 11100 | 1100001 | 11101 |
Color Harmonies of #934502
Complementary color
Monochromatic Colors of #934502
Black with #934502
Text Example
Text Example
White with #934502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934502; }
p { color: rgb(147,69,2); }
H1.HeaderClassName
{
color: #934502;
}
.AnyTagClassName
{
color: #934502;
}
</style>
background-color css
<style>
a { background-color: #934502; }
a { background-color: rgb(147,69,2); }
div.DivClassName
{
background-color: #934502;
}
.BgClassName
{
background-color: #934502;
}
</style>
border-color css
<style>
span { border-color: #934502; }
span { border-color: rgb(147,69,2); }
td.TdClassName
{
border-color: #934502;
}
.TagClassName
{
border-color: #934502;
}
</style>