Shades of Golden Brown #9B5D19
Tints of Golden Brown #9B5D19
RGB
CMYK
RGB Variations
Color information
#9B5D19 (or 0x9B5D19) is known color: Golden Brown. HEX triplet: 9B, 5D and 19. RGB value is (155,93,25). Sum of RGB (Red+Green+Blue) = 155+93+25=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 93 (36.72% from 255 or 34.07% from 273); Blue value is 25 (10.16% from 255 or 9.16% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5D19 is #64A2E6. Grayscale: #686868. Windows color (decimal): -6595303 or 1662363. OLE color: 1662363.
HSL color Cylindrical-coordinate representation of color #9B5D19: hue angle of 31.38º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B5D19 is Cyan = 0, Magento = 0.4, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 25 | - |
| CMYK | 0 | 0.4 | 0.84 | 0.39 |
| HSL | 31.38º | 0.72% | 0.35% | - |
| HSV(B) | 31.38º | 0.84% | 0.61% | - |
| XYZ | 17.61 | 14.87 | 2.86 | - |
| YUV | 103.79 | 83.54 | 164.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 25 | 0 | 0.4 | 0.84 | 0.39 | 31.38 | 0.72 | 0.35 |
| Hex | 9B | 5D | 19 | 0 | 28 | 54 | 27 | 1F | 48 | 23 |
| Octal | 233 | 135 | 31 | 0 | 50 | 124 | 47 | 37 | 110 | 43 |
| Binary | 10011011 | 1011101 | 11001 | 0 | 101000 | 1010100 | 100111 | 11111 | 1001000 | 100011 |
Color Harmonies of #9B5D19
Complementary color
Monochromatic Colors of #9B5D19
Black with #9B5D19
Text Example
Text Example
White with #9B5D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D19; }
p { color: rgb(155,93,25); }
H1.HeaderClassName
{
color: #9B5D19;
}
.AnyTagClassName
{
color: #9B5D19;
}
</style>
background-color css
<style>
a { background-color: #9B5D19; }
a { background-color: rgb(155,93,25); }
div.DivClassName
{
background-color: #9B5D19;
}
.BgClassName
{
background-color: #9B5D19;
}
</style>
border-color css
<style>
span { border-color: #9B5D19; }
span { border-color: rgb(155,93,25); }
td.TdClassName
{
border-color: #9B5D19;
}
.TagClassName
{
border-color: #9B5D19;
}
</style>