Shades of Saddle Brown #944707
Tints of Saddle Brown #944707
RGB
CMYK
RGB Variations
Color information
#944707 (or 0x944707) is known color: Saddle Brown. HEX triplet: 94, 47 and 07. RGB value is (148,71,7). Sum of RGB (Red+Green+Blue) = 148+71+7=226 (29% of max value = 765). Red value is 148 (58.20% from 255 or 65.49% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 148 - color contains mainly: red. Hex color #944707 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944707 is #6BB8F8. Grayscale: #575757. Windows color (decimal): -7059705 or 477076. OLE color: 477076.
HSL color Cylindrical-coordinate representation of color #944707: hue angle of 27.23º degrees, saturation: 0.91, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #944707 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 71 | 7 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.42 |
| HSL | 27.23º | 0.91% | 0.3% | - |
| HSV(B) | 27.23º | 0.95% | 0.58% | - |
| XYZ | 14.5 | 10.82 | 1.52 | - |
| YUV | 86.73 | 83.01 | 171.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 71 | 7 | 0 | 0.52 | 0.95 | 0.42 | 27.23 | 0.91 | 0.3 |
| Hex | 94 | 47 | 7 | 0 | 34 | 5F | 2A | 1B | 5B | 1E |
| Octal | 224 | 107 | 7 | 0 | 64 | 137 | 52 | 33 | 133 | 36 |
| Binary | 10010100 | 1000111 | 111 | 0 | 110100 | 1011111 | 101010 | 11011 | 1011011 | 11110 |
Color Harmonies of #944707
Complementary color
Monochromatic Colors of #944707
Black with #944707
Text Example
Text Example
White with #944707
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944707; }
p { color: rgb(148,71,7); }
H1.HeaderClassName
{
color: #944707;
}
.AnyTagClassName
{
color: #944707;
}
</style>
background-color css
<style>
a { background-color: #944707; }
a { background-color: rgb(148,71,7); }
div.DivClassName
{
background-color: #944707;
}
.BgClassName
{
background-color: #944707;
}
</style>
border-color css
<style>
span { border-color: #944707; }
span { border-color: rgb(148,71,7); }
td.TdClassName
{
border-color: #944707;
}
.TagClassName
{
border-color: #944707;
}
</style>