Shades of Saddle Brown #912E04
Tints of Saddle Brown #912E04
RGB
CMYK
RGB Variations
Color information
#912E04 (or 0x912E04) is known color: Saddle Brown. HEX triplet: 91, 2E and 04. RGB value is (145,46,4). Sum of RGB (Red+Green+Blue) = 145+46+4=195 (25% of max value = 765). Red value is 145 (57.03% from 255 or 74.36% from 195); Green value is 46 (18.36% from 255 or 23.59% from 195); Blue value is 4 (1.95% from 255 or 2.05% from 195); Max value from RGB is 145 - color contains mainly: red. Hex color #912E04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #912E04 is #6ED1FB. Grayscale: #474747. Windows color (decimal): -7262716 or 274065. OLE color: 274065.
HSL color Cylindrical-coordinate representation of color #912E04: hue angle of 17.87º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #912E04 is Cyan = 0, Magento = 0.68, Yellow = 0.97 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 4 | - |
| CMYK | 0 | 0.68 | 0.97 | 0.43 |
| HSL | 17.87º | 0.95% | 0.29% | - |
| HSV(B) | 17.87º | 0.97% | 0.57% | - |
| XYZ | 12.68 | 7.98 | 0.99 | - |
| YUV | 70.81 | 90.3 | 180.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 4 | 0 | 0.68 | 0.97 | 0.43 | 17.87 | 0.95 | 0.29 |
| Hex | 91 | 2E | 4 | 0 | 44 | 61 | 2B | 12 | 5F | 1D |
| Octal | 221 | 56 | 4 | 0 | 104 | 141 | 53 | 22 | 137 | 35 |
| Binary | 10010001 | 101110 | 100 | 0 | 1000100 | 1100001 | 101011 | 10010 | 1011111 | 11101 |
Color Harmonies of #912E04
Complementary color
Monochromatic Colors of #912E04
Black with #912E04
Text Example
Text Example
White with #912E04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E04; }
p { color: rgb(145,46,4); }
H1.HeaderClassName
{
color: #912E04;
}
.AnyTagClassName
{
color: #912E04;
}
</style>
background-color css
<style>
a { background-color: #912E04; }
a { background-color: rgb(145,46,4); }
div.DivClassName
{
background-color: #912E04;
}
.BgClassName
{
background-color: #912E04;
}
</style>
border-color css
<style>
span { border-color: #912E04; }
span { border-color: rgb(145,46,4); }
td.TdClassName
{
border-color: #912E04;
}
.TagClassName
{
border-color: #912E04;
}
</style>