Shades of Saddle Brown #914F08
Tints of Saddle Brown #914F08
RGB
CMYK
RGB Variations
Color information
#914F08 (or 0x914F08) is known color: Saddle Brown. HEX triplet: 91, 4F and 08. RGB value is (145,79,8). Sum of RGB (Red+Green+Blue) = 145+79+8=232 (30% of max value = 765). Red value is 145 (57.03% from 255 or 62.5% from 232); Green value is 79 (31.25% from 255 or 34.05% from 232); Blue value is 8 (3.52% from 255 or 3.45% from 232); Max value from RGB is 145 - color contains mainly: red. Hex color #914F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #914F08 is #6EB0F7. Grayscale: #5A5A5A. Windows color (decimal): -7254264 or 544657. OLE color: 544657.
HSL color Cylindrical-coordinate representation of color #914F08: hue angle of 31.09º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #914F08 is Cyan = 0, Magento = 0.46, Yellow = 0.94 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 79 | 8 | - |
| CMYK | 0 | 0.46 | 0.94 | 0.43 |
| HSL | 31.09º | 0.9% | 0.3% | - |
| HSV(B) | 31.09º | 0.94% | 0.57% | - |
| XYZ | 14.52 | 11.63 | 1.71 | - |
| YUV | 90.64 | 81.37 | 166.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 79 | 8 | 0 | 0.46 | 0.94 | 0.43 | 31.09 | 0.9 | 0.3 |
| Hex | 91 | 4F | 8 | 0 | 2E | 5E | 2B | 1F | 5A | 1E |
| Octal | 221 | 117 | 10 | 0 | 56 | 136 | 53 | 37 | 132 | 36 |
| Binary | 10010001 | 1001111 | 1000 | 0 | 101110 | 1011110 | 101011 | 11111 | 1011010 | 11110 |
Color Harmonies of #914F08
Complementary color
Monochromatic Colors of #914F08
Black with #914F08
Text Example
Text Example
White with #914F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #914F08; }
p { color: rgb(145,79,8); }
H1.HeaderClassName
{
color: #914F08;
}
.AnyTagClassName
{
color: #914F08;
}
</style>
background-color css
<style>
a { background-color: #914F08; }
a { background-color: rgb(145,79,8); }
div.DivClassName
{
background-color: #914F08;
}
.BgClassName
{
background-color: #914F08;
}
</style>
border-color css
<style>
span { border-color: #914F08; }
span { border-color: rgb(145,79,8); }
td.TdClassName
{
border-color: #914F08;
}
.TagClassName
{
border-color: #914F08;
}
</style>