Shades of Saddle Brown #944802
Tints of Saddle Brown #944802
RGB
CMYK
RGB Variations
Color information
#944802 (or 0x944802) is known color: Saddle Brown. HEX triplet: 94, 48 and 02. RGB value is (148,72,2). Sum of RGB (Red+Green+Blue) = 148+72+2=222 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.67% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 2 (1.17% from 255 or 0.90% from 222); Max value from RGB is 148 - color contains mainly: red. Hex color #944802 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944802 is #6BB7FD. Grayscale: #575757. Windows color (decimal): -7059454 or 149652. OLE color: 149652.
HSL color Cylindrical-coordinate representation of color #944802: hue angle of 28.77º 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 #944802 is Cyan = 0, Magento = 0.51, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 72 | 2 | - |
| CMYK | 0 | 0.51 | 0.99 | 0.42 |
| HSL | 28.77º | 0.97% | 0.29% | - |
| HSV(B) | 28.77º | 0.99% | 0.58% | - |
| XYZ | 14.54 | 10.94 | 1.4 | - |
| YUV | 86.74 | 80.18 | 171.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 72 | 2 | 0 | 0.51 | 0.99 | 0.42 | 28.77 | 0.97 | 0.29 |
| Hex | 94 | 48 | 2 | 0 | 33 | 63 | 2A | 1D | 61 | 1D |
| Octal | 224 | 110 | 2 | 0 | 63 | 143 | 52 | 35 | 141 | 35 |
| Binary | 10010100 | 1001000 | 10 | 0 | 110011 | 1100011 | 101010 | 11101 | 1100001 | 11101 |
Color Harmonies of #944802
Complementary color
Monochromatic Colors of #944802
Black with #944802
Text Example
Text Example
White with #944802
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944802; }
p { color: rgb(148,72,2); }
H1.HeaderClassName
{
color: #944802;
}
.AnyTagClassName
{
color: #944802;
}
</style>
background-color css
<style>
a { background-color: #944802; }
a { background-color: rgb(148,72,2); }
div.DivClassName
{
background-color: #944802;
}
.BgClassName
{
background-color: #944802;
}
</style>
border-color css
<style>
span { border-color: #944802; }
span { border-color: rgb(148,72,2); }
td.TdClassName
{
border-color: #944802;
}
.TagClassName
{
border-color: #944802;
}
</style>