Shades of Saddle Brown #914C00
Tints of Saddle Brown #914C00
RGB
CMYK
RGB Variations
Color information
#914C00 (or 0x914C00) is known color: Saddle Brown. HEX triplet: 91, 4C and 00. RGB value is (145,76,0). Sum of RGB (Red+Green+Blue) = 145+76+0=221 (29% of max value = 765). Red value is 145 (57.03% from 255 or 65.61% from 221); Green value is 76 (30.08% from 255 or 34.39% from 221); Blue value is 0 (0.39% from 255 or 0% from 221); Max value from RGB is 145 - color contains mainly: red. Hex color #914C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #914C00 is #6EB3FF. Grayscale: #585858. Windows color (decimal): -7255040 or 19601. OLE color: 19601.
HSL color Cylindrical-coordinate representation of color #914C00: hue angle of 31.45º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #914C00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 76 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.43 |
| HSL | 31.45º | 1% | 0.28% | - |
| HSV(B) | 31.45º | 1% | 0.57% | - |
| XYZ | 14.26 | 11.19 | 1.41 | - |
| YUV | 87.97 | 78.36 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 76 | 0 | 0 | 0.48 | 1 | 0.43 | 31.45 | 1 | 0.28 |
| Hex | 91 | 4C | 0 | 0 | 30 | 64 | 2B | 1F | 64 | 1C |
| Octal | 221 | 114 | 0 | 0 | 60 | 144 | 53 | 37 | 144 | 34 |
| Binary | 10010001 | 1001100 | 0 | 0 | 110000 | 1100100 | 101011 | 11111 | 1100100 | 11100 |
Color Harmonies of #914C00
Complementary color
Monochromatic Colors of #914C00
Black with #914C00
Text Example
Text Example
White with #914C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914C00; }
p { color: rgb(145,76,0); }
H1.HeaderClassName
{
color: #914C00;
}
.AnyTagClassName
{
color: #914C00;
}
</style>
background-color css
<style>
a { background-color: #914C00; }
a { background-color: rgb(145,76,0); }
div.DivClassName
{
background-color: #914C00;
}
.BgClassName
{
background-color: #914C00;
}
</style>
border-color css
<style>
span { border-color: #914C00; }
span { border-color: rgb(145,76,0); }
td.TdClassName
{
border-color: #914C00;
}
.TagClassName
{
border-color: #914C00;
}
</style>