Shades of Golden Brown #95730B
Tints of Golden Brown #95730B
RGB
CMYK
RGB Variations
Color information
#95730B (or 0x95730B) is known color: Golden Brown. HEX triplet: 95, 73 and 0B. RGB value is (149,115,11). Sum of RGB (Red+Green+Blue) = 149+115+11=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 115 (45.31% from 255 or 41.82% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #95730B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #95730B is #6A8CF4. Grayscale: #717171. Windows color (decimal): -6982901 or 750485. OLE color: 750485.
HSL color Cylindrical-coordinate representation of color #95730B: hue angle of 45.22º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #95730B is Cyan = 0, Magento = 0.23, Yellow = 0.93 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 115 | 11 | - |
| CMYK | 0 | 0.23 | 0.93 | 0.42 |
| HSL | 45.22º | 0.86% | 0.31% | - |
| HSV(B) | 45.22º | 0.93% | 0.58% | - |
| XYZ | 18.59 | 18.68 | 2.94 | - |
| YUV | 113.31 | 70.26 | 153.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 115 | 11 | 0 | 0.23 | 0.93 | 0.42 | 45.22 | 0.86 | 0.31 |
| Hex | 95 | 73 | B | 0 | 17 | 5D | 2A | 2D | 56 | 1F |
| Octal | 225 | 163 | 13 | 0 | 27 | 135 | 52 | 55 | 126 | 37 |
| Binary | 10010101 | 1110011 | 1011 | 0 | 10111 | 1011101 | 101010 | 101101 | 1010110 | 11111 |
Color Harmonies of #95730B
Complementary color
Monochromatic Colors of #95730B
Black with #95730B
Text Example
Text Example
White with #95730B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95730B; }
p { color: rgb(149,115,11); }
H1.HeaderClassName
{
color: #95730B;
}
.AnyTagClassName
{
color: #95730B;
}
</style>
background-color css
<style>
a { background-color: #95730B; }
a { background-color: rgb(149,115,11); }
div.DivClassName
{
background-color: #95730B;
}
.BgClassName
{
background-color: #95730B;
}
</style>
border-color css
<style>
span { border-color: #95730B; }
span { border-color: rgb(149,115,11); }
td.TdClassName
{
border-color: #95730B;
}
.TagClassName
{
border-color: #95730B;
}
</style>