Shades of Crail #9C5A4B
Tints of Crail #9C5A4B
RGB
CMYK
RGB Variations
Color information
#9C5A4B (or 0x9C5A4B) is known color: Crail. HEX triplet: 9C, 5A and 4B. RGB value is (156,90,75). Sum of RGB (Red+Green+Blue) = 156+90+75=321 (42% of max value = 765). Red value is 156 (61.33% from 255 or 48.60% from 321); Green value is 90 (35.55% from 255 or 28.04% from 321); Blue value is 75 (29.69% from 255 or 23.36% from 321); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5A4B is #63A5B4. Grayscale: #6C6C6C. Windows color (decimal): -6530485 or 4938396. OLE color: 4938396.
HSL color Cylindrical-coordinate representation of color #9C5A4B: hue angle of 11.11º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C5A4B is Cyan = 0, Magento = 0.42, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 90 | 75 | - |
| CMYK | 0 | 0.42 | 0.52 | 0.39 |
| HSL | 11.11º | 0.35% | 0.45% | - |
| HSV(B) | 11.11º | 0.52% | 0.61% | - |
| XYZ | 18.64 | 14.89 | 8.55 | - |
| YUV | 108.02 | 109.37 | 162.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 90 | 75 | 0 | 0.42 | 0.52 | 0.39 | 11.11 | 0.35 | 0.45 |
| Hex | 9C | 5A | 4B | 0 | 2A | 34 | 27 | B | 23 | 2D |
| Octal | 234 | 132 | 113 | 0 | 52 | 64 | 47 | 13 | 43 | 55 |
| Binary | 10011100 | 1011010 | 1001011 | 0 | 101010 | 110100 | 100111 | 1011 | 100011 | 101101 |
Color Harmonies of #9C5A4B
Complementary color
Monochromatic Colors of #9C5A4B
Black with #9C5A4B
Text Example
Text Example
White with #9C5A4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5A4B; }
p { color: rgb(156,90,75); }
H1.HeaderClassName
{
color: #9C5A4B;
}
.AnyTagClassName
{
color: #9C5A4B;
}
</style>
background-color css
<style>
a { background-color: #9C5A4B; }
a { background-color: rgb(156,90,75); }
div.DivClassName
{
background-color: #9C5A4B;
}
.BgClassName
{
background-color: #9C5A4B;
}
</style>
border-color css
<style>
span { border-color: #9C5A4B; }
span { border-color: rgb(156,90,75); }
td.TdClassName
{
border-color: #9C5A4B;
}
.TagClassName
{
border-color: #9C5A4B;
}
</style>