Shades of Saddle Brown #943702
Tints of Saddle Brown #943702
RGB
CMYK
RGB Variations
Color information
#943702 (or 0x943702) is known color: Saddle Brown. HEX triplet: 94, 37 and 02. RGB value is (148,55,2). Sum of RGB (Red+Green+Blue) = 148+55+2=205 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.20% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 2 (1.17% from 255 or 0.98% from 205); Max value from RGB is 148 - color contains mainly: red. Hex color #943702 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943702 is #6BC8FD. Grayscale: #4D4D4D. Windows color (decimal): -7063806 or 145300. OLE color: 145300.
HSL color Cylindrical-coordinate representation of color #943702: hue angle of 21.78º 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 #943702 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 2 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.42 |
| HSL | 21.78º | 0.97% | 0.29% | - |
| HSV(B) | 21.78º | 0.99% | 0.58% | - |
| XYZ | 13.59 | 9.03 | 1.08 | - |
| YUV | 76.77 | 85.81 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 2 | 0 | 0.63 | 0.99 | 0.42 | 21.78 | 0.97 | 0.29 |
| Hex | 94 | 37 | 2 | 0 | 3F | 63 | 2A | 16 | 61 | 1D |
| Octal | 224 | 67 | 2 | 0 | 77 | 143 | 52 | 26 | 141 | 35 |
| Binary | 10010100 | 110111 | 10 | 0 | 111111 | 1100011 | 101010 | 10110 | 1100001 | 11101 |
Color Harmonies of #943702
Complementary color
Monochromatic Colors of #943702
Black with #943702
Text Example
Text Example
White with #943702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943702; }
p { color: rgb(148,55,2); }
H1.HeaderClassName
{
color: #943702;
}
.AnyTagClassName
{
color: #943702;
}
</style>
background-color css
<style>
a { background-color: #943702; }
a { background-color: rgb(148,55,2); }
div.DivClassName
{
background-color: #943702;
}
.BgClassName
{
background-color: #943702;
}
</style>
border-color css
<style>
span { border-color: #943702; }
span { border-color: rgb(148,55,2); }
td.TdClassName
{
border-color: #943702;
}
.TagClassName
{
border-color: #943702;
}
</style>