Shades of Cognac #9A4138
Tints of Cognac #9A4138
RGB
CMYK
RGB Variations
Color information
#9A4138 (or 0x9A4138) is known color: Cognac. HEX triplet: 9A, 41 and 38. RGB value is (154,65,56). Sum of RGB (Red+Green+Blue) = 154+65+56=275 (36% of max value = 765). Red value is 154 (60.55% from 255 or 56% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 56 (22.27% from 255 or 20.36% from 275); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9A4138 is #65BEC7. Grayscale: #5A5A5A. Windows color (decimal): -6667976 or 3686810. OLE color: 3686810.
HSL color Cylindrical-coordinate representation of color #9A4138: hue angle of 5.51º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9A4138 is Cyan = 0, Magento = 0.58, Yellow = 0.64 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 65 | 56 | - |
| CMYK | 0 | 0.58 | 0.64 | 0.40 |
| HSL | 5.51º | 0.47% | 0.41% | - |
| HSV(B) | 5.51º | 0.64% | 0.6% | - |
| XYZ | 15.93 | 10.94 | 5.01 | - |
| YUV | 90.59 | 108.49 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 65 | 56 | 0 | 0.58 | 0.64 | 0.40 | 5.51 | 0.47 | 0.41 |
| Hex | 9A | 41 | 38 | 0 | 3A | 40 | 28 | 6 | 2F | 29 |
| Octal | 232 | 101 | 70 | 0 | 72 | 100 | 50 | 6 | 57 | 51 |
| Binary | 10011010 | 1000001 | 111000 | 0 | 111010 | 1000000 | 101000 | 110 | 101111 | 101001 |
Color Harmonies of #9A4138
Complementary color
Monochromatic Colors of #9A4138
Black with #9A4138
Text Example
Text Example
White with #9A4138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A4138; }
p { color: rgb(154,65,56); }
H1.HeaderClassName
{
color: #9A4138;
}
.AnyTagClassName
{
color: #9A4138;
}
</style>
background-color css
<style>
a { background-color: #9A4138; }
a { background-color: rgb(154,65,56); }
div.DivClassName
{
background-color: #9A4138;
}
.BgClassName
{
background-color: #9A4138;
}
</style>
border-color css
<style>
span { border-color: #9A4138; }
span { border-color: rgb(154,65,56); }
td.TdClassName
{
border-color: #9A4138;
}
.TagClassName
{
border-color: #9A4138;
}
</style>