Shades of Golden Brown #9B5A19
Tints of Golden Brown #9B5A19
RGB
CMYK
RGB Variations
Color information
#9B5A19 (or 0x9B5A19) is known color: Golden Brown. HEX triplet: 9B, 5A and 19. RGB value is (155,90,25). Sum of RGB (Red+Green+Blue) = 155+90+25=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 90 (35.55% from 255 or 33.33% from 270); Blue value is 25 (10.16% from 255 or 9.26% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5A19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5A19 is #64A5E6. Grayscale: #666666. Windows color (decimal): -6596071 or 1661595. OLE color: 1661595.
HSL color Cylindrical-coordinate representation of color #9B5A19: hue angle of 30º 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 #9B5A19 is Cyan = 0, Magento = 0.42, Yellow = 0.84 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 90 | 25 | - |
| CMYK | 0 | 0.42 | 0.84 | 0.39 |
| HSL | 30º | 0.72% | 0.35% | - |
| HSV(B) | 30º | 0.84% | 0.61% | - |
| XYZ | 17.35 | 14.35 | 2.78 | - |
| YUV | 102.03 | 84.53 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 90 | 25 | 0 | 0.42 | 0.84 | 0.39 | 30 | 0.72 | 0.35 |
| Hex | 9B | 5A | 19 | 0 | 2A | 54 | 27 | 1E | 48 | 23 |
| Octal | 233 | 132 | 31 | 0 | 52 | 124 | 47 | 36 | 110 | 43 |
| Binary | 10011011 | 1011010 | 11001 | 0 | 101010 | 1010100 | 100111 | 11110 | 1001000 | 100011 |
Color Harmonies of #9B5A19
Complementary color
Monochromatic Colors of #9B5A19
Black with #9B5A19
Text Example
Text Example
White with #9B5A19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5A19; }
p { color: rgb(155,90,25); }
H1.HeaderClassName
{
color: #9B5A19;
}
.AnyTagClassName
{
color: #9B5A19;
}
</style>
background-color css
<style>
a { background-color: #9B5A19; }
a { background-color: rgb(155,90,25); }
div.DivClassName
{
background-color: #9B5A19;
}
.BgClassName
{
background-color: #9B5A19;
}
</style>
border-color css
<style>
span { border-color: #9B5A19; }
span { border-color: rgb(155,90,25); }
td.TdClassName
{
border-color: #9B5A19;
}
.TagClassName
{
border-color: #9B5A19;
}
</style>