Html Css Color HEX #984941 Cognac

📋 copy color: '#984941'

red 152 ◦ green 73 ◦ blue 65

#984941
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cognac #984941

Tints of Cognac #984941

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 value IS 0

 M value IS 0.52

 Y value IS 0.57

 K value IS 0.40

RGB Variations

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

Color information

#984941 (or 0x984941) is known color: 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

RGB 152 73 65 -
CMYK 0 0.52 0.57 0.40
HSL 5.52º 0.4% 0.43% -
HSV(B) 5.52º 0.57% 0.6% -
XYZ 16.29 11.82 6.42 -
YUV 95.71 110.67 168.15 -
System Red Green Blue C M Y K H S L
Decimal 152 73 65 0 0.52 0.57 0.40 5.52 0.4 0.43
Hex 98 49 41 0 34 39 28 6 28 2B
Octal 230 111 101 0 64 71 50 6 50 53
Binary 10011000 1001001 1000001 0 110100 111001 101000 110 101000 101011

Color Harmonies of #984941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984941

Black with #984941

Text Example


Text Example

White with #984941

Text Example


Text Example

HTML Codes & Css Web 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>