Shades of Saddle Brown #943502
Tints of Saddle Brown #943502
RGB
CMYK
RGB Variations
Color information
#943502 (or 0x943502) is known color: Saddle Brown. HEX triplet: 94, 35 and 02. RGB value is (148,53,2). Sum of RGB (Red+Green+Blue) = 148+53+2=203 (26% of max value = 765). Red value is 148 (58.20% from 255 or 72.91% from 203); Green value is 53 (21.09% from 255 or 26.11% from 203); Blue value is 2 (1.17% from 255 or 0.99% from 203); Max value from RGB is 148 - color contains mainly: red. Hex color #943502 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943502 is #6BCAFD. Grayscale: #4B4B4B. Windows color (decimal): -7064318 or 144788. OLE color: 144788.
HSL color Cylindrical-coordinate representation of color #943502: hue angle of 20.96º 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 #943502 is Cyan = 0, Magento = 0.64, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 53 | 2 | - |
| CMYK | 0 | 0.64 | 0.99 | 0.42 |
| HSL | 20.96º | 0.97% | 0.29% | - |
| HSV(B) | 20.96º | 0.99% | 0.58% | - |
| XYZ | 13.5 | 8.85 | 1.05 | - |
| YUV | 75.59 | 86.47 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 53 | 2 | 0 | 0.64 | 0.99 | 0.42 | 20.96 | 0.97 | 0.29 |
| Hex | 94 | 35 | 2 | 0 | 40 | 63 | 2A | 15 | 61 | 1D |
| Octal | 224 | 65 | 2 | 0 | 100 | 143 | 52 | 25 | 141 | 35 |
| Binary | 10010100 | 110101 | 10 | 0 | 1000000 | 1100011 | 101010 | 10101 | 1100001 | 11101 |
Color Harmonies of #943502
Complementary color
Monochromatic Colors of #943502
Black with #943502
Text Example
Text Example
White with #943502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943502; }
p { color: rgb(148,53,2); }
H1.HeaderClassName
{
color: #943502;
}
.AnyTagClassName
{
color: #943502;
}
</style>
background-color css
<style>
a { background-color: #943502; }
a { background-color: rgb(148,53,2); }
div.DivClassName
{
background-color: #943502;
}
.BgClassName
{
background-color: #943502;
}
</style>
border-color css
<style>
span { border-color: #943502; }
span { border-color: rgb(148,53,2); }
td.TdClassName
{
border-color: #943502;
}
.TagClassName
{
border-color: #943502;
}
</style>