Shades of Cognac #9C4538
Tints of Cognac #9C4538
RGB
CMYK
RGB Variations
Color information
#9C4538 (or 0x9C4538) is known color: Cognac. HEX triplet: 9C, 45 and 38. RGB value is (156,69,56). Sum of RGB (Red+Green+Blue) = 156+69+56=281 (37% of max value = 765). Red value is 156 (61.33% from 255 or 55.52% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C4538 is #63BAC7. Grayscale: #5D5D5D. Windows color (decimal): -6535880 or 3687836. OLE color: 3687836.
HSL color Cylindrical-coordinate representation of color #9C4538: hue angle of 7.8º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9C4538 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 69 | 56 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.39 |
| HSL | 7.8º | 0.47% | 0.42% | - |
| HSV(B) | 7.8º | 0.64% | 0.61% | - |
| XYZ | 16.55 | 11.61 | 5.11 | - |
| YUV | 93.53 | 106.82 | 172.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 69 | 56 | 0 | 0.56 | 0.64 | 0.39 | 7.8 | 0.47 | 0.42 |
| Hex | 9C | 45 | 38 | 0 | 38 | 40 | 27 | 8 | 2F | 2A |
| Octal | 234 | 105 | 70 | 0 | 70 | 100 | 47 | 10 | 57 | 52 |
| Binary | 10011100 | 1000101 | 111000 | 0 | 111000 | 1000000 | 100111 | 1000 | 101111 | 101010 |
Color Harmonies of #9C4538
Complementary color
Monochromatic Colors of #9C4538
Black with #9C4538
Text Example
Text Example
White with #9C4538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4538; }
p { color: rgb(156,69,56); }
H1.HeaderClassName
{
color: #9C4538;
}
.AnyTagClassName
{
color: #9C4538;
}
</style>
background-color css
<style>
a { background-color: #9C4538; }
a { background-color: rgb(156,69,56); }
div.DivClassName
{
background-color: #9C4538;
}
.BgClassName
{
background-color: #9C4538;
}
</style>
border-color css
<style>
span { border-color: #9C4538; }
span { border-color: rgb(156,69,56); }
td.TdClassName
{
border-color: #9C4538;
}
.TagClassName
{
border-color: #9C4538;
}
</style>