Shades of Golden Brown #91570E
Tints of Golden Brown #91570E
RGB
CMYK
RGB Variations
Color information
#91570E (or 0x91570E) is known color: Golden Brown. HEX triplet: 91, 57 and 0E. RGB value is (145,87,14). Sum of RGB (Red+Green+Blue) = 145+87+14=246 (32% of max value = 765). Red value is 145 (57.03% from 255 or 58.94% from 246); Green value is 87 (34.38% from 255 or 35.37% from 246); Blue value is 14 (5.86% from 255 or 5.69% from 246); Max value from RGB is 145 - color contains mainly: red. Hex color #91570E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #91570E is #6EA8F1. Grayscale: #606060. Windows color (decimal): -7252210 or 939921. OLE color: 939921.
HSL color Cylindrical-coordinate representation of color #91570E: hue angle of 33.44º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #91570E is Cyan = 0, Magento = 0.4, Yellow = 0.90 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 87 | 14 | - |
| CMYK | 0 | 0.4 | 0.90 | 0.43 |
| HSL | 33.44º | 0.82% | 0.31% | - |
| HSV(B) | 33.44º | 0.9% | 0.57% | - |
| XYZ | 15.16 | 12.87 | 2.1 | - |
| YUV | 96.02 | 81.72 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 87 | 14 | 0 | 0.4 | 0.90 | 0.43 | 33.44 | 0.82 | 0.31 |
| Hex | 91 | 57 | E | 0 | 28 | 5A | 2B | 21 | 52 | 1F |
| Octal | 221 | 127 | 16 | 0 | 50 | 132 | 53 | 41 | 122 | 37 |
| Binary | 10010001 | 1010111 | 1110 | 0 | 101000 | 1011010 | 101011 | 100001 | 1010010 | 11111 |
Color Harmonies of #91570E
Complementary color
Monochromatic Colors of #91570E
Black with #91570E
Text Example
Text Example
White with #91570E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #91570E; }
p { color: rgb(145,87,14); }
H1.HeaderClassName
{
color: #91570E;
}
.AnyTagClassName
{
color: #91570E;
}
</style>
background-color css
<style>
a { background-color: #91570E; }
a { background-color: rgb(145,87,14); }
div.DivClassName
{
background-color: #91570E;
}
.BgClassName
{
background-color: #91570E;
}
</style>
border-color css
<style>
span { border-color: #91570E; }
span { border-color: rgb(145,87,14); }
td.TdClassName
{
border-color: #91570E;
}
.TagClassName
{
border-color: #91570E;
}
</style>