Shades of Golden Brown #915F02
Tints of Golden Brown #915F02
RGB
CMYK
RGB Variations
Color information
#915F02 (or 0x915F02) is known color: Golden Brown. HEX triplet: 91, 5F and 02. RGB value is (145,95,2). Sum of RGB (Red+Green+Blue) = 145+95+2=242 (32% of max value = 765). Red value is 145 (57.03% from 255 or 59.92% from 242); Green value is 95 (37.5% from 255 or 39.26% from 242); Blue value is 2 (1.17% from 255 or 0.83% from 242); Max value from RGB is 145 - color contains mainly: red. Hex color #915F02 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #915F02 is #6EA0FD. Grayscale: #636363. Windows color (decimal): -7250174 or 155537. OLE color: 155537.
HSL color Cylindrical-coordinate representation of color #915F02: hue angle of 39.02º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #915F02 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 95 | 2 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.43 |
| HSL | 39.02º | 0.97% | 0.29% | - |
| HSV(B) | 39.02º | 0.99% | 0.57% | - |
| XYZ | 15.78 | 14.21 | 1.97 | - |
| YUV | 99.35 | 73.07 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 95 | 2 | 0 | 0.34 | 0.99 | 0.43 | 39.02 | 0.97 | 0.29 |
| Hex | 91 | 5F | 2 | 0 | 22 | 63 | 2B | 27 | 61 | 1D |
| Octal | 221 | 137 | 2 | 0 | 42 | 143 | 53 | 47 | 141 | 35 |
| Binary | 10010001 | 1011111 | 10 | 0 | 100010 | 1100011 | 101011 | 100111 | 1100001 | 11101 |
Color Harmonies of #915F02
Complementary color
Monochromatic Colors of #915F02
Black with #915F02
Text Example
Text Example
White with #915F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #915F02; }
p { color: rgb(145,95,2); }
H1.HeaderClassName
{
color: #915F02;
}
.AnyTagClassName
{
color: #915F02;
}
</style>
background-color css
<style>
a { background-color: #915F02; }
a { background-color: rgb(145,95,2); }
div.DivClassName
{
background-color: #915F02;
}
.BgClassName
{
background-color: #915F02;
}
</style>
border-color css
<style>
span { border-color: #915F02; }
span { border-color: rgb(145,95,2); }
td.TdClassName
{
border-color: #915F02;
}
.TagClassName
{
border-color: #915F02;
}
</style>