Shades of Saddle Brown #944D02
Tints of Saddle Brown #944D02
RGB
CMYK
RGB Variations
Color information
#944D02 (or 0x944D02) is known color: Saddle Brown. HEX triplet: 94, 4D and 02. RGB value is (148,77,2). Sum of RGB (Red+Green+Blue) = 148+77+2=227 (30% of max value = 765). Red value is 148 (58.20% from 255 or 65.20% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 2 (1.17% from 255 or 0.88% from 227); Max value from RGB is 148 - color contains mainly: red. Hex color #944D02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #944D02 is #6BB2FD. Grayscale: #5A5A5A. Windows color (decimal): -7058174 or 150932. OLE color: 150932.
HSL color Cylindrical-coordinate representation of color #944D02: hue angle of 30.82º 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 #944D02 is Cyan = 0, Magento = 0.48, Yellow = 0.99 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 77 | 2 | - |
| CMYK | 0 | 0.48 | 0.99 | 0.42 |
| HSL | 30.82º | 0.97% | 0.29% | - |
| HSV(B) | 30.82º | 0.99% | 0.58% | - |
| XYZ | 14.88 | 11.61 | 1.51 | - |
| YUV | 89.68 | 78.52 | 169.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 77 | 2 | 0 | 0.48 | 0.99 | 0.42 | 30.82 | 0.97 | 0.29 |
| Hex | 94 | 4D | 2 | 0 | 30 | 63 | 2A | 1F | 61 | 1D |
| Octal | 224 | 115 | 2 | 0 | 60 | 143 | 52 | 37 | 141 | 35 |
| Binary | 10010100 | 1001101 | 10 | 0 | 110000 | 1100011 | 101010 | 11111 | 1100001 | 11101 |
Color Harmonies of #944D02
Complementary color
Monochromatic Colors of #944D02
Black with #944D02
Text Example
Text Example
White with #944D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944D02; }
p { color: rgb(148,77,2); }
H1.HeaderClassName
{
color: #944D02;
}
.AnyTagClassName
{
color: #944D02;
}
</style>
background-color css
<style>
a { background-color: #944D02; }
a { background-color: rgb(148,77,2); }
div.DivClassName
{
background-color: #944D02;
}
.BgClassName
{
background-color: #944D02;
}
</style>
border-color css
<style>
span { border-color: #944D02; }
span { border-color: rgb(148,77,2); }
td.TdClassName
{
border-color: #944D02;
}
.TagClassName
{
border-color: #944D02;
}
</style>