Shades of Saddle Brown #934402
Tints of Saddle Brown #934402
RGB
CMYK
RGB Variations
Color information
#934402 (or 0x934402) is known color: Saddle Brown. HEX triplet: 93, 44 and 02. RGB value is (147,68,2). Sum of RGB (Red+Green+Blue) = 147+68+2=217 (28% of max value = 765). Red value is 147 (57.81% from 255 or 67.74% from 217); Green value is 68 (26.95% from 255 or 31.34% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 147 - color contains mainly: red. Hex color #934402 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #934402 is #6CBBFD. Grayscale: #545454. Windows color (decimal): -7126014 or 148627. OLE color: 148627.
HSL color Cylindrical-coordinate representation of color #934402: hue angle of 27.31º 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 #934402 is Cyan = 0, Magento = 0.54, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 68 | 2 | - |
| CMYK | 0 | 0.54 | 0.99 | 0.42 |
| HSL | 27.31º | 0.97% | 0.29% | - |
| HSV(B) | 27.31º | 0.99% | 0.58% | - |
| XYZ | 14.11 | 10.34 | 1.31 | - |
| YUV | 84.1 | 81.67 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 2 | 0 | 0.54 | 0.99 | 0.42 | 27.31 | 0.97 | 0.29 |
| Hex | 93 | 44 | 2 | 0 | 36 | 63 | 2A | 1B | 61 | 1D |
| Octal | 223 | 104 | 2 | 0 | 66 | 143 | 52 | 33 | 141 | 35 |
| Binary | 10010011 | 1000100 | 10 | 0 | 110110 | 1100011 | 101010 | 11011 | 1100001 | 11101 |
Color Harmonies of #934402
Complementary color
Monochromatic Colors of #934402
Black with #934402
Text Example
Text Example
White with #934402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934402; }
p { color: rgb(147,68,2); }
H1.HeaderClassName
{
color: #934402;
}
.AnyTagClassName
{
color: #934402;
}
</style>
background-color css
<style>
a { background-color: #934402; }
a { background-color: rgb(147,68,2); }
div.DivClassName
{
background-color: #934402;
}
.BgClassName
{
background-color: #934402;
}
</style>
border-color css
<style>
span { border-color: #934402; }
span { border-color: rgb(147,68,2); }
td.TdClassName
{
border-color: #934402;
}
.TagClassName
{
border-color: #934402;
}
</style>