Html Css Color HEX #954442 Cognac

📋 copy color: '#954442'

red 149 ◦ green 68 ◦ blue 66

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

Shades of Cognac #954442

Tints of Cognac #954442

RGB

 RED value IS 149 (58.59% from 255) = 52.65%

 GREEN value IS 68 (26.95% from 255) = 24.03%

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

R = 52.65%
G = 24.03%
B = 23.32%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#954442 (or 0x954442) is known color: Cognac. HEX triplet: 95, 44 and 42. RGB value is (149,68,66). Sum of RGB (Red+Green+Blue) = 149+68+66=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 68 (26.95% from 255 or 24.03% from 283); Blue value is 66 (26.17% from 255 or 23.32% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #954442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954442 is #6ABBBD. Grayscale: #5C5C5C. Windows color (decimal): -6994878 or 4342933. OLE color: 4342933.

HSL color Cylindrical-coordinate representation of color #954442: hue angle of 1.45º degrees, saturation: 0.39, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #954442 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 66 -
CMYK 0 0.54 0.56 0.42
HSL 1.45º 0.39% 0.42% -
HSV(B) 1.45º 0.56% 0.58% -
XYZ 15.44 10.92 6.45 -
YUV 91.99 113.34 168.66 -
System Red Green Blue C M Y K H S L
Decimal 149 68 66 0 0.54 0.56 0.42 1.45 0.39 0.42
Hex 95 44 42 0 36 38 2A 1 27 2A
Octal 225 104 102 0 66 70 52 1 47 52
Binary 10010101 1000100 1000010 0 110110 111000 101010 1 100111 101010

Color Harmonies of #954442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954442

Black with #954442

Text Example


Text Example

White with #954442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954442; }

 p { color: rgb(149,68,66); }

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

background-color css

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

 a { background-color: rgb(149,68,66); }

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

border-color css

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

 span { border-color: rgb(149,68,66); }

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