Shades of Cognac #9B4539
Tints of Cognac #9B4539
RGB
CMYK
RGB Variations
Color information
#9B4539 (or 0x9B4539) is known color: Cognac. HEX triplet: 9B, 45 and 39. RGB value is (155,69,57). Sum of RGB (Red+Green+Blue) = 155+69+57=281 (37% of max value = 765). Red value is 155 (60.94% from 255 or 55.16% from 281); Green value is 69 (27.34% from 255 or 24.56% from 281); Blue value is 57 (22.66% from 255 or 20.28% from 281); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4539 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4539 is #64BAC6. Grayscale: #5D5D5D. Windows color (decimal): -6601415 or 3753371. OLE color: 3753371.
HSL color Cylindrical-coordinate representation of color #9B4539: hue angle of 7.35º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B4539 is Cyan = 0, Magento = 0.55, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 69 | 57 | - |
| CMYK | 0 | 0.55 | 0.63 | 0.39 |
| HSL | 7.35º | 0.46% | 0.42% | - |
| HSV(B) | 7.35º | 0.63% | 0.61% | - |
| XYZ | 16.38 | 11.52 | 5.23 | - |
| YUV | 93.35 | 107.49 | 171.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 69 | 57 | 0 | 0.55 | 0.63 | 0.39 | 7.35 | 0.46 | 0.42 |
| Hex | 9B | 45 | 39 | 0 | 37 | 3F | 27 | 7 | 2E | 2A |
| Octal | 233 | 105 | 71 | 0 | 67 | 77 | 47 | 7 | 56 | 52 |
| Binary | 10011011 | 1000101 | 111001 | 0 | 110111 | 111111 | 100111 | 111 | 101110 | 101010 |
Color Harmonies of #9B4539
Complementary color
Monochromatic Colors of #9B4539
Black with #9B4539
Text Example
Text Example
White with #9B4539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4539; }
p { color: rgb(155,69,57); }
H1.HeaderClassName
{
color: #9B4539;
}
.AnyTagClassName
{
color: #9B4539;
}
</style>
background-color css
<style>
a { background-color: #9B4539; }
a { background-color: rgb(155,69,57); }
div.DivClassName
{
background-color: #9B4539;
}
.BgClassName
{
background-color: #9B4539;
}
</style>
border-color css
<style>
span { border-color: #9B4539; }
span { border-color: rgb(155,69,57); }
td.TdClassName
{
border-color: #9B4539;
}
.TagClassName
{
border-color: #9B4539;
}
</style>