Shades of Cognac #9B4741
Tints of Cognac #9B4741
RGB
CMYK
RGB Variations
Color information
#9B4741 (or 0x9B4741) is known color: Cognac. HEX triplet: 9B, 47 and 41. RGB value is (155,71,65). Sum of RGB (Red+Green+Blue) = 155+71+65=291 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.26% from 291); Green value is 71 (28.12% from 255 or 24.40% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4741 is #64B8BE. Grayscale: #5F5F5F. Windows color (decimal): -6600895 or 4278171. OLE color: 4278171.
HSL color Cylindrical-coordinate representation of color #9B4741: hue angle of 4º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9B4741 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 71 | 65 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.39 |
| HSL | 4º | 0.41% | 0.43% | - |
| HSV(B) | 4º | 0.58% | 0.61% | - |
| XYZ | 16.72 | 11.86 | 6.41 | - |
| YUV | 95.43 | 110.83 | 170.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 71 | 65 | 0 | 0.54 | 0.58 | 0.39 | 4 | 0.41 | 0.43 |
| Hex | 9B | 47 | 41 | 0 | 36 | 3A | 27 | 4 | 29 | 2B |
| Octal | 233 | 107 | 101 | 0 | 66 | 72 | 47 | 4 | 51 | 53 |
| Binary | 10011011 | 1000111 | 1000001 | 0 | 110110 | 111010 | 100111 | 100 | 101001 | 101011 |
Color Harmonies of #9B4741
Complementary color
Monochromatic Colors of #9B4741
Black with #9B4741
Text Example
Text Example
White with #9B4741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4741; }
p { color: rgb(155,71,65); }
H1.HeaderClassName
{
color: #9B4741;
}
.AnyTagClassName
{
color: #9B4741;
}
</style>
background-color css
<style>
a { background-color: #9B4741; }
a { background-color: rgb(155,71,65); }
div.DivClassName
{
background-color: #9B4741;
}
.BgClassName
{
background-color: #9B4741;
}
</style>
border-color css
<style>
span { border-color: #9B4741; }
span { border-color: rgb(155,71,65); }
td.TdClassName
{
border-color: #9B4741;
}
.TagClassName
{
border-color: #9B4741;
}
</style>