#954544

Color #954544 Cognac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cognac #954544

Tints of Cognac #954544

Color information

#954544 (or 0x954544) is unknown color: approx Cognac. HEX triplet: 95, 45 and 44. RGB value is (149,69,68). Sum of RGB (Red+Green+Blue) = 149+69+68=286 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.10% from 286); Green value is 69 (27.34% from 255 or 24.13% from 286); Blue value is 68 (26.95% from 255 or 23.78% from 286); Max value from RGB is 149 - color contains mainly: red. Hex color #954544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954544 is #6ABABB. Grayscale: #5C5C5C. Windows color (decimal): -6994620 or 4474261. OLE color: 4474261.

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

Color convert

RGB1496968-
CMYK00.540.540.42
HSL0.74º37.33%42.55%-
HSV(B)0.74º54.36%58.43%-
XYZ15.5711.066.78-
YUV92.81114168.08-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.10%
GREEN value IS 69 (27.34% from 255) = 24.13%
BLUE value IS 68 (26.95% from 255) = 23.78%
R=52.10%
G=24.13%
B=23.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.54
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149696800.540.540.420.7437.3342.55
Hex954544036362A1252b
Octal225105104066665214553
Binary100101011000101100010001101101101101010101100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #954544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #954544; }

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

 H1.HeaderClassName
 {
   color: #954544;
 }
 .AnyTagClassName
 {
   color: #954544;
 }
</style>
background-color css

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

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

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

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

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

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