#544741

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

Shades of Cork #544741

Tints of Cork #544741

Color information

#544741 (or 0x544741) is unknown color: approx Cork. HEX triplet: 54, 47 and 41. RGB value is (84,71,65). Sum of RGB (Red+Green+Blue) = 84+71+65=220 (29% of max value = 765). Red value is 84 (33.20% from 255 or 38.18% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 65 (25.78% from 255 or 29.55% from 220); Max value from RGB is 84 - color contains mainly: red. Hex color #544741 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544741 is #ABB8BE. Grayscale: #4A4A4A. Windows color (decimal): -11253951 or 4278100. OLE color: 4278100.

HSL color Cylindrical-coordinate representation of color #544741: hue angle of 18.95º degrees, saturation: 0.13, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #544741 is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.67.

Color convert

RGB847165-
CMYK00.150.230.67
HSL18.95º12.75%29.22%-
HSV(B)18.95º22.62%32.94%-
XYZ6.866.775.95-
YUV74.2122.81134.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 38.18%
GREEN value IS 71 (28.12% from 255) = 32.27%
BLUE value IS 65 (25.78% from 255) = 29.55%
R=38.18%
G=32.27%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84716500.150.230.6718.9512.7529.22
Hex5447410F174313d1d
Octal12410710101727103231535
Binary1010100100011110000010111110111100001110011110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544741; }

 p { color: rgb(84,71,65); }

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

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

 a { background-color: rgb(84,71,65); }

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

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

 span { border-color: rgb(84,71,65); }

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