#984A42

Color #984A42 Cognac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cognac #984A42

Tints of Cognac #984A42

Color information

#984A42 (or 0x984A42) is unknown color: approx Cognac. HEX triplet: 98, 4A and 42. RGB value is (152,74,66). Sum of RGB (Red+Green+Blue) = 152+74+66=292 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.05% from 292); Green value is 74 (29.30% from 255 or 25.34% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 152 - color contains mainly: red. Hex color #984A42 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984A42 is #67B5BD. Grayscale: #606060. Windows color (decimal): -6796734 or 4344472. OLE color: 4344472.

HSL color Cylindrical-coordinate representation of color #984A42: hue angle of 5.58º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #984A42 is Cyan = 0, Magento = 0.51, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB1527466-
CMYK00.510.570.40
HSL5.58º39.45%42.75%-
HSV(B)5.58º56.58%59.61%-
XYZ16.3811.976.6-
YUV96.41110.84167.65-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 52.05%
GREEN value IS 74 (29.30% from 255) = 25.34%
BLUE value IS 66 (26.17% from 255) = 22.60%
R=52.05%
G=25.34%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152746600.510.570.405.5839.4542.75
Hex984A4203339286272b
Octal230112102063715064753
Binary10011000100101010000100110011111001101000110100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984A42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984A42; }

 p { color: rgb(152,74,66); }

 H1.HeaderClassName
 {
   color: #984A42;
 }
 .AnyTagClassName
 {
   color: #984A42;
 }
</style>
background-color css

<style>
 a { background-color: #984A42; }

 a { background-color: rgb(152,74,66); }

 div.DivClassName
 {
   background-color: #984A42;
 }
 .BgClassName
 {
   background-color: #984A42;
 }
</style>
border-color css

<style>
 span { border-color: #984A42; }

 span { border-color: rgb(152,74,66); }

 td.TdClassName
 {
   border-color: #984A42;
 }
 .TagClassName
 {
   border-color: #984A42;
 }
</style>