Shades of Au Chico #9B5E53
Tints of Au Chico #9B5E53
RGB
CMYK
RGB Variations
Color information
#9B5E53 (or 0x9B5E53) is known color: Au Chico. HEX triplet: 9B, 5E and 53. RGB value is (155,94,83). Sum of RGB (Red+Green+Blue) = 155+94+83=332 (43% of max value = 765). Red value is 155 (60.94% from 255 or 46.69% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 83 (32.81% from 255 or 25% from 332); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E53 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5E53 is #64A1AC. Grayscale: #6F6F6F. Windows color (decimal): -6594989 or 5463707. OLE color: 5463707.
HSL color Cylindrical-coordinate representation of color #9B5E53: hue angle of 9.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5E53 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 94 | 83 | - |
| CMYK | 0 | 0.39 | 0.46 | 0.39 |
| HSL | 9.17º | 0.3% | 0.47% | - |
| HSV(B) | 9.17º | 0.46% | 0.61% | - |
| XYZ | 19.08 | 15.6 | 10.19 | - |
| YUV | 110.99 | 112.21 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 94 | 83 | 0 | 0.39 | 0.46 | 0.39 | 9.17 | 0.3 | 0.47 |
| Hex | 9B | 5E | 53 | 0 | 27 | 2E | 27 | 9 | 1E | 2F |
| Octal | 233 | 136 | 123 | 0 | 47 | 56 | 47 | 11 | 36 | 57 |
| Binary | 10011011 | 1011110 | 1010011 | 0 | 100111 | 101110 | 100111 | 1001 | 11110 | 101111 |
Color Harmonies of #9B5E53
Complementary color
Monochromatic Colors of #9B5E53
Black with #9B5E53
Text Example
Text Example
White with #9B5E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5E53; }
p { color: rgb(155,94,83); }
H1.HeaderClassName
{
color: #9B5E53;
}
.AnyTagClassName
{
color: #9B5E53;
}
</style>
background-color css
<style>
a { background-color: #9B5E53; }
a { background-color: rgb(155,94,83); }
div.DivClassName
{
background-color: #9B5E53;
}
.BgClassName
{
background-color: #9B5E53;
}
</style>
border-color css
<style>
span { border-color: #9B5E53; }
span { border-color: rgb(155,94,83); }
td.TdClassName
{
border-color: #9B5E53;
}
.TagClassName
{
border-color: #9B5E53;
}
</style>