Shades of Cognac #98453D
Tints of Cognac #98453D
RGB
CMYK
RGB Variations
Color information
#98453D (or 0x98453D) is known color: Cognac. HEX triplet: 98, 45 and 3D. RGB value is (152,69,61). Sum of RGB (Red+Green+Blue) = 152+69+61=282 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.90% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 61 (24.22% from 255 or 21.63% from 282); Max value from RGB is 152 - color contains mainly: red. Hex color #98453D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #98453D is #67BAC2. Grayscale: #5D5D5D. Windows color (decimal): -6798019 or 4015512. OLE color: 4015512.
HSL color Cylindrical-coordinate representation of color #98453D: hue angle of 5.27º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #98453D is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 69 | 61 | - |
| CMYK | 0 | 0.55 | 0.60 | 0.40 |
| HSL | 5.27º | 0.43% | 0.42% | - |
| HSV(B) | 5.27º | 0.6% | 0.6% | - |
| XYZ | 15.92 | 11.27 | 5.75 | - |
| YUV | 92.91 | 110 | 170.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 61 | 0 | 0.55 | 0.60 | 0.40 | 5.27 | 0.43 | 0.42 |
| Hex | 98 | 45 | 3D | 0 | 37 | 3C | 28 | 5 | 2B | 2A |
| Octal | 230 | 105 | 75 | 0 | 67 | 74 | 50 | 5 | 53 | 52 |
| Binary | 10011000 | 1000101 | 111101 | 0 | 110111 | 111100 | 101000 | 101 | 101011 | 101010 |
Color Harmonies of #98453D
Complementary color
Monochromatic Colors of #98453D
Black with #98453D
Text Example
Text Example
White with #98453D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98453D; }
p { color: rgb(152,69,61); }
H1.HeaderClassName
{
color: #98453D;
}
.AnyTagClassName
{
color: #98453D;
}
</style>
background-color css
<style>
a { background-color: #98453D; }
a { background-color: rgb(152,69,61); }
div.DivClassName
{
background-color: #98453D;
}
.BgClassName
{
background-color: #98453D;
}
</style>
border-color css
<style>
span { border-color: #98453D; }
span { border-color: rgb(152,69,61); }
td.TdClassName
{
border-color: #98453D;
}
.TagClassName
{
border-color: #98453D;
}
</style>