Html Css Color HEX #954341 Cognac

📋 copy color: '#954341'

red 149 ◦ green 67 ◦ blue 65

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

Shades of Cognac #954341

Tints of Cognac #954341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 23.84%

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

R = 53.02%
G = 23.84%
B = 23.13%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.56

 K value IS 0.42

RGB Variations

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

Color information

#954341 (or 0x954341) is known color: Cognac. HEX triplet: 95, 43 and 41. RGB value is (149,67,65). Sum of RGB (Red+Green+Blue) = 149+67+65=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 65 (25.78% from 255 or 23.13% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #954341 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954341 is #6ABCBE. Grayscale: #5B5B5B. Windows color (decimal): -6995135 or 4277141. OLE color: 4277141.

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

Color convert

RGB 149 67 65 -
CMYK 0 0.55 0.56 0.42
HSL 1.43º 0.39% 0.42% -
HSV(B) 1.43º 0.56% 0.58% -
XYZ 15.36 10.79 6.27 -
YUV 91.29 113.17 169.16 -
System Red Green Blue C M Y K H S L
Decimal 149 67 65 0 0.55 0.56 0.42 1.43 0.39 0.42
Hex 95 43 41 0 37 38 2A 1 27 2A
Octal 225 103 101 0 67 70 52 1 47 52
Binary 10010101 1000011 1000001 0 110111 111000 101010 1 100111 101010

Color Harmonies of #954341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954341

Black with #954341

Text Example


Text Example

White with #954341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954341; }

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

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

background-color css

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

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

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

border-color css

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

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

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