#984941

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

Shades of Cognac #984941

Tints of Cognac #984941

Color information

#984941 (or 0x984941) is unknown color: approx Cognac. HEX triplet: 98, 49 and 41. RGB value is (152,73,65). Sum of RGB (Red+Green+Blue) = 152+73+65=290 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.41% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 65 (25.78% from 255 or 22.41% from 290); Max value from RGB is 152 - color contains mainly: red. Hex color #984941 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984941 is #67B6BE. Grayscale: #5F5F5F. Windows color (decimal): -6796991 or 4278680. OLE color: 4278680.

HSL color Cylindrical-coordinate representation of color #984941: hue angle of 5.52º degrees, saturation: 0.4, 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 #984941 is Cyan = 0, Magento = 0.52, Yellow = 0.57 and Black (K on CMYK) = 0.40.

Color convert

RGB1527365-
CMYK00.520.570.40
HSL5.52º40.09%42.55%-
HSV(B)5.52º57.24%59.61%-
XYZ16.2911.826.42-
YUV95.71110.67168.15-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.41%
GREEN value IS 73 (28.91% from 255) = 25.17%
BLUE value IS 65 (25.78% from 255) = 22.41%
R=52.41%
G=25.17%
B=22.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152736500.520.570.405.5240.0942.55
Hex98494103439286282b
Octal230111101064715065053
Binary10011000100100110000010110100111001101000110101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984941; }

 p { color: rgb(152,73,65); }

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

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

 a { background-color: rgb(152,73,65); }

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

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

 span { border-color: rgb(152,73,65); }

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