Html Css Color HEX #954441 Cognac

📋 copy color: '#954441'

red 149 ◦ green 68 ◦ blue 65

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

Shades of Cognac #954441

Tints of Cognac #954441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 23.05%

R = 52.84%
G = 24.11%
B = 23.05%

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

#954441 (or 0x954441) is known color: Cognac. HEX triplet: 95, 44 and 41. RGB value is (149,68,65). Sum of RGB (Red+Green+Blue) = 149+68+65=282 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.84% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 65 (25.78% from 255 or 23.05% from 282); Max value from RGB is 149 - color contains mainly: red. Hex color #954441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954441 is #6ABBBE. Grayscale: #5B5B5B. Windows color (decimal): -6994879 or 4277397. OLE color: 4277397.

HSL color Cylindrical-coordinate representation of color #954441: hue angle of 2.14º 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 #954441 is Cyan = 0, Magento = 0.54, Yellow = 0.56 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 68 65 -
CMYK 0 0.54 0.56 0.42
HSL 2.14º 0.39% 0.42% -
HSV(B) 2.14º 0.56% 0.58% -
XYZ 15.42 10.91 6.29 -
YUV 91.88 112.84 168.74 -
System Red Green Blue C M Y K H S L
Decimal 149 68 65 0 0.54 0.56 0.42 2.14 0.39 0.42
Hex 95 44 41 0 36 38 2A 2 27 2A
Octal 225 104 101 0 66 70 52 2 47 52
Binary 10010101 1000100 1000001 0 110110 111000 101010 10 100111 101010

Color Harmonies of #954441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954441

Black with #954441

Text Example


Text Example

White with #954441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954441; }

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

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

background-color css

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

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

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

border-color css

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

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

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