#944543

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

Shades of Cognac #944543

Tints of Cognac #944543

Color information

#944543 (or 0x944543) is unknown color: approx Cognac. HEX triplet: 94, 45 and 43. RGB value is (148,69,67). Sum of RGB (Red+Green+Blue) = 148+69+67=284 (37% of max value = 765). Red value is 148 (58.20% from 255 or 52.11% from 284); Green value is 69 (27.34% from 255 or 24.30% from 284); Blue value is 67 (26.56% from 255 or 23.59% from 284); Max value from RGB is 148 - color contains mainly: red. Hex color #944543 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944543 is #6BBABC. Grayscale: #5C5C5C. Windows color (decimal): -7060157 or 4408724. OLE color: 4408724.

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

Color convert

RGB1486967-
CMYK00.530.550.42
HSL1.48º37.67%42.16%-
HSV(B)1.48º54.73%58.04%-
XYZ15.3510.966.62-
YUV92.39113.67167.66-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 52.11%
GREEN value IS 69 (27.34% from 255) = 24.30%
BLUE value IS 67 (26.56% from 255) = 23.59%
R=52.11%
G=24.30%
B=23.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148696700.530.550.421.4837.6742.16
Hex944543035372A1262a
Octal224105103065675214652
Binary100101001000101100001101101011101111010101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944543; }

 p { color: rgb(148,69,67); }

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

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

 a { background-color: rgb(148,69,67); }

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

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

 span { border-color: rgb(148,69,67); }

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