Shades of Cognac #9D4038
Tints of Cognac #9D4038
RGB
CMYK
RGB Variations
Color information
#9D4038 (or 0x9D4038) is known color: Cognac. HEX triplet: 9D, 40 and 38. RGB value is (157,64,56). Sum of RGB (Red+Green+Blue) = 157+64+56=277 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.68% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 56 (22.27% from 255 or 20.22% from 277); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D4038 is #62BFC7. Grayscale: #5B5B5B. Windows color (decimal): -6471624 or 3686557. OLE color: 3686557.
HSL color Cylindrical-coordinate representation of color #9D4038: hue angle of 4.75º degrees, saturation: 0.47, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9D4038 is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 64 | 56 | - |
| CMYK | 0 | 0.59 | 0.64 | 0.38 |
| HSL | 4.75º | 0.47% | 0.42% | - |
| HSV(B) | 4.75º | 0.64% | 0.62% | - |
| XYZ | 16.45 | 11.12 | 5.02 | - |
| YUV | 90.9 | 108.31 | 175.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 64 | 56 | 0 | 0.59 | 0.64 | 0.38 | 4.75 | 0.47 | 0.42 |
| Hex | 9D | 40 | 38 | 0 | 3B | 40 | 26 | 5 | 2F | 2A |
| Octal | 235 | 100 | 70 | 0 | 73 | 100 | 46 | 5 | 57 | 52 |
| Binary | 10011101 | 1000000 | 111000 | 0 | 111011 | 1000000 | 100110 | 101 | 101111 | 101010 |
Color Harmonies of #9D4038
Complementary color
Monochromatic Colors of #9D4038
Black with #9D4038
Text Example
Text Example
White with #9D4038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4038; }
p { color: rgb(157,64,56); }
H1.HeaderClassName
{
color: #9D4038;
}
.AnyTagClassName
{
color: #9D4038;
}
</style>
background-color css
<style>
a { background-color: #9D4038; }
a { background-color: rgb(157,64,56); }
div.DivClassName
{
background-color: #9D4038;
}
.BgClassName
{
background-color: #9D4038;
}
</style>
border-color css
<style>
span { border-color: #9D4038; }
span { border-color: rgb(157,64,56); }
td.TdClassName
{
border-color: #9D4038;
}
.TagClassName
{
border-color: #9D4038;
}
</style>