Shades of Crail #9B5C4D
Tints of Crail #9B5C4D
RGB
CMYK
RGB Variations
Color information
#9B5C4D (or 0x9B5C4D) is known color: Crail. HEX triplet: 9B, 5C and 4D. RGB value is (155,92,77). Sum of RGB (Red+Green+Blue) = 155+92+77=324 (42% of max value = 765). Red value is 155 (60.94% from 255 or 47.84% from 324); Green value is 92 (36.33% from 255 or 28.40% from 324); Blue value is 77 (30.47% from 255 or 23.77% from 324); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5C4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B5C4D is #64A3B2. Grayscale: #6D6D6D. Windows color (decimal): -6595507 or 5069979. OLE color: 5069979.
HSL color Cylindrical-coordinate representation of color #9B5C4D: hue angle of 11.54º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9B5C4D is Cyan = 0, Magento = 0.41, Yellow = 0.50 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 92 | 77 | - |
| CMYK | 0 | 0.41 | 0.50 | 0.39 |
| HSL | 11.54º | 0.34% | 0.45% | - |
| HSV(B) | 11.54º | 0.5% | 0.61% | - |
| XYZ | 18.68 | 15.16 | 8.96 | - |
| YUV | 109.13 | 109.87 | 160.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 92 | 77 | 0 | 0.41 | 0.50 | 0.39 | 11.54 | 0.34 | 0.45 |
| Hex | 9B | 5C | 4D | 0 | 29 | 32 | 27 | C | 22 | 2D |
| Octal | 233 | 134 | 115 | 0 | 51 | 62 | 47 | 14 | 42 | 55 |
| Binary | 10011011 | 1011100 | 1001101 | 0 | 101001 | 110010 | 100111 | 1100 | 100010 | 101101 |
Color Harmonies of #9B5C4D
Complementary color
Monochromatic Colors of #9B5C4D
Black with #9B5C4D
Text Example
Text Example
White with #9B5C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5C4D; }
p { color: rgb(155,92,77); }
H1.HeaderClassName
{
color: #9B5C4D;
}
.AnyTagClassName
{
color: #9B5C4D;
}
</style>
background-color css
<style>
a { background-color: #9B5C4D; }
a { background-color: rgb(155,92,77); }
div.DivClassName
{
background-color: #9B5C4D;
}
.BgClassName
{
background-color: #9B5C4D;
}
</style>
border-color css
<style>
span { border-color: #9B5C4D; }
span { border-color: rgb(155,92,77); }
td.TdClassName
{
border-color: #9B5C4D;
}
.TagClassName
{
border-color: #9B5C4D;
}
</style>