Shades of Saddle Brown #943701
Tints of Saddle Brown #943701
RGB
CMYK
RGB Variations
Color information
#943701 (or 0x943701) is known color: Saddle Brown. HEX triplet: 94, 37 and 01. RGB value is (148,55,1). Sum of RGB (Red+Green+Blue) = 148+55+1=204 (27% of max value = 765). Red value is 148 (58.20% from 255 or 72.55% from 204); Green value is 55 (21.88% from 255 or 26.96% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 148 - color contains mainly: red. Hex color #943701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #943701 is #6BC8FE. Grayscale: #4C4C4C. Windows color (decimal): -7063807 or 79764. OLE color: 79764.
HSL color Cylindrical-coordinate representation of color #943701: hue angle of 22.04º 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 #943701 is Cyan = 0, Magento = 0.63, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 55 | 1 | - |
| CMYK | 0 | 0.63 | 0.99 | 0.42 |
| HSL | 22.04º | 0.99% | 0.29% | - |
| HSV(B) | 22.04º | 0.99% | 0.58% | - |
| XYZ | 13.58 | 9.03 | 1.06 | - |
| YUV | 76.65 | 85.31 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 55 | 1 | 0 | 0.63 | 0.99 | 0.42 | 22.04 | 0.99 | 0.29 |
| Hex | 94 | 37 | 1 | 0 | 3F | 63 | 2A | 16 | 63 | 1D |
| Octal | 224 | 67 | 1 | 0 | 77 | 143 | 52 | 26 | 143 | 35 |
| Binary | 10010100 | 110111 | 1 | 0 | 111111 | 1100011 | 101010 | 10110 | 1100011 | 11101 |
Color Harmonies of #943701
Complementary color
Monochromatic Colors of #943701
Black with #943701
Text Example
Text Example
White with #943701
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #943701; }
p { color: rgb(148,55,1); }
H1.HeaderClassName
{
color: #943701;
}
.AnyTagClassName
{
color: #943701;
}
</style>
background-color css
<style>
a { background-color: #943701; }
a { background-color: rgb(148,55,1); }
div.DivClassName
{
background-color: #943701;
}
.BgClassName
{
background-color: #943701;
}
</style>
border-color css
<style>
span { border-color: #943701; }
span { border-color: rgb(148,55,1); }
td.TdClassName
{
border-color: #943701;
}
.TagClassName
{
border-color: #943701;
}
</style>