Shades of Golden Brown #915C0D
Tints of Golden Brown #915C0D
RGB
CMYK
RGB Variations
Color information
#915C0D (or 0x915C0D) is known color: Golden Brown. HEX triplet: 91, 5C and 0D. RGB value is (145,92,13). Sum of RGB (Red+Green+Blue) = 145+92+13=250 (33% of max value = 765). Red value is 145 (57.03% from 255 or 58% from 250); Green value is 92 (36.33% from 255 or 36.8% from 250); Blue value is 13 (5.47% from 255 or 5.2% from 250); Max value from RGB is 145 - color contains mainly: red. Hex color #915C0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915C0D is #6EA3F2. Grayscale: #636363. Windows color (decimal): -7250931 or 875665. OLE color: 875665.
HSL color Cylindrical-coordinate representation of color #915C0D: hue angle of 35.91º degrees, saturation: 0.84, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #915C0D is Cyan = 0, Magento = 0.37, Yellow = 0.91 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 92 | 13 | - |
| CMYK | 0 | 0.37 | 0.91 | 0.43 |
| HSL | 35.91º | 0.84% | 0.31% | - |
| HSV(B) | 35.91º | 0.91% | 0.57% | - |
| XYZ | 15.58 | 13.7 | 2.2 | - |
| YUV | 98.84 | 79.56 | 160.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 92 | 13 | 0 | 0.37 | 0.91 | 0.43 | 35.91 | 0.84 | 0.31 |
| Hex | 91 | 5C | D | 0 | 25 | 5B | 2B | 24 | 54 | 1F |
| Octal | 221 | 134 | 15 | 0 | 45 | 133 | 53 | 44 | 124 | 37 |
| Binary | 10010001 | 1011100 | 1101 | 0 | 100101 | 1011011 | 101011 | 100100 | 1010100 | 11111 |
Color Harmonies of #915C0D
Complementary color
Monochromatic Colors of #915C0D
Black with #915C0D
Text Example
Text Example
White with #915C0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915C0D; }
p { color: rgb(145,92,13); }
H1.HeaderClassName
{
color: #915C0D;
}
.AnyTagClassName
{
color: #915C0D;
}
</style>
background-color css
<style>
a { background-color: #915C0D; }
a { background-color: rgb(145,92,13); }
div.DivClassName
{
background-color: #915C0D;
}
.BgClassName
{
background-color: #915C0D;
}
</style>
border-color css
<style>
span { border-color: #915C0D; }
span { border-color: rgb(145,92,13); }
td.TdClassName
{
border-color: #915C0D;
}
.TagClassName
{
border-color: #915C0D;
}
</style>