Html Css Color HEX #954745 Cognac

📋 copy color: '#954745'

red 149 ◦ green 71 ◦ blue 69

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

Shades of Cognac #954745

Tints of Cognac #954745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.57%

 BLUE value IS 69 (27.34% from 255) = 23.88%

R = 51.56%
G = 24.57%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#954745 (or 0x954745) is known color: Cognac. HEX triplet: 95, 47 and 45. RGB value is (149,71,69). Sum of RGB (Red+Green+Blue) = 149+71+69=289 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.56% from 289); Green value is 71 (28.12% from 255 or 24.57% from 289); Blue value is 69 (27.34% from 255 or 23.88% from 289); Max value from RGB is 149 - color contains mainly: red. Hex color #954745 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954745 is #6AB8BA. Grayscale: #5E5E5E. Windows color (decimal): -6994107 or 4540309. OLE color: 4540309.

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

Color convert

RGB 149 71 69 -
CMYK 0 0.52 0.54 0.42
HSL 1.5º 0.37% 0.43% -
HSV(B) 1.5º 0.54% 0.58% -
XYZ 15.72 11.33 6.99 -
YUV 94.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 149 71 69 0 0.52 0.54 0.42 1.5 0.37 0.43
Hex 95 47 45 0 34 36 2A 2 25 2B
Octal 225 107 105 0 64 66 52 2 45 53
Binary 10010101 1000111 1000101 0 110100 110110 101010 10 100101 101011

Color Harmonies of #954745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954745

Black with #954745

Text Example


Text Example

White with #954745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954745; }

 p { color: rgb(149,71,69); }

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

background-color css

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

 a { background-color: rgb(149,71,69); }

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

border-color css

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

 span { border-color: rgb(149,71,69); }

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