Shades of Saddle Brown #944C00
Tints of Saddle Brown #944C00
RGB
CMYK
RGB Variations
Color information
#944C00 (or 0x944C00) is known color: Saddle Brown. HEX triplet: 94, 4C and 00. RGB value is (148,76,0). Sum of RGB (Red+Green+Blue) = 148+76+0=224 (29% of max value = 765). Red value is 148 (58.20% from 255 or 66.07% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 148 - color contains mainly: red. Hex color #944C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #944C00 is #6BB3FF. Grayscale: #595959. Windows color (decimal): -7058432 or 19604. OLE color: 19604.
HSL color Cylindrical-coordinate representation of color #944C00: hue angle of 30.81º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #944C00 is Cyan = 0, Magento = 0.49, Yellow = 1 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 76 | 0 | - |
| CMYK | 0 | 0.49 | 1 | 0.42 |
| HSL | 30.81º | 1% | 0.29% | - |
| HSV(B) | 30.81º | 1% | 0.58% | - |
| XYZ | 14.8 | 11.46 | 1.43 | - |
| YUV | 88.86 | 77.85 | 170.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 76 | 0 | 0 | 0.49 | 1 | 0.42 | 30.81 | 1 | 0.29 |
| Hex | 94 | 4C | 0 | 0 | 31 | 64 | 2A | 1F | 64 | 1D |
| Octal | 224 | 114 | 0 | 0 | 61 | 144 | 52 | 37 | 144 | 35 |
| Binary | 10010100 | 1001100 | 0 | 0 | 110001 | 1100100 | 101010 | 11111 | 1100100 | 11101 |
Color Harmonies of #944C00
Complementary color
Monochromatic Colors of #944C00
Black with #944C00
Text Example
Text Example
White with #944C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944C00; }
p { color: rgb(148,76,0); }
H1.HeaderClassName
{
color: #944C00;
}
.AnyTagClassName
{
color: #944C00;
}
</style>
background-color css
<style>
a { background-color: #944C00; }
a { background-color: rgb(148,76,0); }
div.DivClassName
{
background-color: #944C00;
}
.BgClassName
{
background-color: #944C00;
}
</style>
border-color css
<style>
span { border-color: #944C00; }
span { border-color: rgb(148,76,0); }
td.TdClassName
{
border-color: #944C00;
}
.TagClassName
{
border-color: #944C00;
}
</style>