#984942

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

Shades of Cognac #984942

Tints of Cognac #984942

Color information

#984942 (or 0x984942) is unknown color: approx Cognac. HEX triplet: 98, 49 and 42. RGB value is (152,73,66). Sum of RGB (Red+Green+Blue) = 152+73+66=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 73 (28.91% from 255 or 25.09% from 291); Blue value is 66 (26.17% from 255 or 22.68% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #984942 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #984942 is #67B6BD. Grayscale: #5F5F5F. Windows color (decimal): -6796990 or 4344216. OLE color: 4344216.

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

Color convert

RGB1527366-
CMYK00.520.570.40
HSL4.88º39.45%42.75%-
HSV(B)4.88º56.58%59.61%-
XYZ16.3111.836.58-
YUV95.82111.17168.07-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.23%
GREEN value IS 73 (28.91% from 255) = 25.09%
BLUE value IS 66 (26.17% from 255) = 22.68%
R=52.23%
G=25.09%
B=22.68%

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
Decimal152736600.520.570.404.8839.4542.75
Hex98494203439285272b
Octal230111102064715054753
Binary10011000100100110000100110100111001101000101100111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984942

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984942; }

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

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

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

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

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

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

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

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