Shades of Crail #9C5345
Tints of Crail #9C5345
RGB
CMYK
RGB Variations
Color information
#9C5345 (or 0x9C5345) is known color: Crail. HEX triplet: 9C, 53 and 45. RGB value is (156,83,69). Sum of RGB (Red+Green+Blue) = 156+83+69=308 (40% of max value = 765). Red value is 156 (61.33% from 255 or 50.65% from 308); Green value is 83 (32.81% from 255 or 26.95% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5345 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5345 is #63ACBA. Grayscale: #676767. Windows color (decimal): -6532283 or 4543388. OLE color: 4543388.
HSL color Cylindrical-coordinate representation of color #9C5345: hue angle of 9.66º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C5345 is Cyan = 0, Magento = 0.47, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 69 | - |
| CMYK | 0 | 0.47 | 0.56 | 0.39 |
| HSL | 9.66º | 0.39% | 0.44% | - |
| HSV(B) | 9.66º | 0.56% | 0.61% | - |
| XYZ | 17.88 | 13.68 | 7.33 | - |
| YUV | 103.23 | 108.68 | 165.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 69 | 0 | 0.47 | 0.56 | 0.39 | 9.66 | 0.39 | 0.44 |
| Hex | 9C | 53 | 45 | 0 | 2F | 38 | 27 | A | 27 | 2C |
| Octal | 234 | 123 | 105 | 0 | 57 | 70 | 47 | 12 | 47 | 54 |
| Binary | 10011100 | 1010011 | 1000101 | 0 | 101111 | 111000 | 100111 | 1010 | 100111 | 101100 |
Color Harmonies of #9C5345
Complementary color
Monochromatic Colors of #9C5345
Black with #9C5345
Text Example
Text Example
White with #9C5345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5345; }
p { color: rgb(156,83,69); }
H1.HeaderClassName
{
color: #9C5345;
}
.AnyTagClassName
{
color: #9C5345;
}
</style>
background-color css
<style>
a { background-color: #9C5345; }
a { background-color: rgb(156,83,69); }
div.DivClassName
{
background-color: #9C5345;
}
.BgClassName
{
background-color: #9C5345;
}
</style>
border-color css
<style>
span { border-color: #9C5345; }
span { border-color: rgb(156,83,69); }
td.TdClassName
{
border-color: #9C5345;
}
.TagClassName
{
border-color: #9C5345;
}
</style>