Html Css Color HEX #994D42 Cognac

📋 copy color: '#994D42'

red 153 ◦ green 77 ◦ blue 66

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

Shades of Cognac #994D42

Tints of Cognac #994D42

RGB

 RED value IS 153 (60.16% from 255) = 51.69%

 GREEN value IS 77 (30.47% from 255) = 26.01%

 BLUE value IS 66 (26.17% from 255) = 22.3%

R = 51.69%
G = 26.01%
B = 22.3%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.57

 K value IS 0.4

RGB Variations

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

Color information

#994D42 (or 0x994D42) is known color: Cognac. HEX triplet: 99, 4D and 42. RGB value is (153,77,66). Sum of RGB (Red+Green+Blue) = 153+77+66=296 (39% of max value = 765). Red value is 153 (60.16% from 255 or 51.69% from 296); Green value is 77 (30.47% from 255 or 26.01% from 296); Blue value is 66 (26.17% from 255 or 22.30% from 296); Max value from RGB is 153 - color contains mainly: red. Hex color #994D42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #994D42 is #66B2BD. Grayscale: #626262. Windows color (decimal): -6730430 or 4345241. OLE color: 4345241.

HSL color Cylindrical-coordinate representation of color #994D42: hue angle of 7.59º 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 #994D42 is Cyan = 0, Magento = 0.50, Yellow = 0.57 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 77 66 -
CMYK 0 0.50 0.57 0.4
HSL 7.59º 0.4% 0.43% -
HSV(B) 7.59º 0.57% 0.6% -
XYZ 16.77 12.47 6.68 -
YUV 98.47 109.68 166.89 -
System Red Green Blue C M Y K H S L
Decimal 153 77 66 0 0.50 0.57 0.4 7.59 0.4 0.43
Hex 99 4D 42 0 32 39 28 8 28 2B
Octal 231 115 102 0 62 71 50 10 50 53
Binary 10011001 1001101 1000010 0 110010 111001 101000 1000 101000 101011

Color Harmonies of #994D42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994D42

Black with #994D42

Text Example


Text Example

White with #994D42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #994D42; }

 p { color: rgb(153,77,66); }

 H1.HeaderClassName
 {
   color: #994D42;
 }
 .AnyTagClassName
 {
   color: #994D42;
 }
</style>

background-color css

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

 a { background-color: rgb(153,77,66); }

 div.DivClassName
 {
   background-color: #994D42;
 }
 .BgClassName
 {
   background-color: #994D42;
 }
</style>

border-color css

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

 span { border-color: rgb(153,77,66); }

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