Shades of Cognac #9B4438
Tints of Cognac #9B4438
RGB
CMYK
RGB Variations
Color information
#9B4438 (or 0x9B4438) is known color: Cognac. HEX triplet: 9B, 44 and 38. RGB value is (155,68,56). Sum of RGB (Red+Green+Blue) = 155+68+56=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 56 (22.27% from 255 or 20.07% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9B4438 is #64BBC7. Grayscale: #5C5C5C. Windows color (decimal): -6601672 or 3687579. OLE color: 3687579.
HSL color Cylindrical-coordinate representation of color #9B4438: hue angle of 7.27º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9B4438 is Cyan = 0, Magento = 0.56, Yellow = 0.64 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 68 | 56 | - |
| CMYK | 0 | 0.56 | 0.64 | 0.39 |
| HSL | 7.27º | 0.47% | 0.41% | - |
| HSV(B) | 7.27º | 0.64% | 0.61% | - |
| XYZ | 16.3 | 11.39 | 5.08 | - |
| YUV | 92.65 | 107.32 | 172.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 68 | 56 | 0 | 0.56 | 0.64 | 0.39 | 7.27 | 0.47 | 0.41 |
| Hex | 9B | 44 | 38 | 0 | 38 | 40 | 27 | 7 | 2F | 29 |
| Octal | 233 | 104 | 70 | 0 | 70 | 100 | 47 | 7 | 57 | 51 |
| Binary | 10011011 | 1000100 | 111000 | 0 | 111000 | 1000000 | 100111 | 111 | 101111 | 101001 |
Color Harmonies of #9B4438
Complementary color
Monochromatic Colors of #9B4438
Black with #9B4438
Text Example
Text Example
White with #9B4438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4438; }
p { color: rgb(155,68,56); }
H1.HeaderClassName
{
color: #9B4438;
}
.AnyTagClassName
{
color: #9B4438;
}
</style>
background-color css
<style>
a { background-color: #9B4438; }
a { background-color: rgb(155,68,56); }
div.DivClassName
{
background-color: #9B4438;
}
.BgClassName
{
background-color: #9B4438;
}
</style>
border-color css
<style>
span { border-color: #9B4438; }
span { border-color: rgb(155,68,56); }
td.TdClassName
{
border-color: #9B4438;
}
.TagClassName
{
border-color: #9B4438;
}
</style>