#544B44

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

Shades of Cork #544B44

Tints of Cork #544B44

Color information

#544B44 (or 0x544B44) is unknown color: approx Cork. HEX triplet: 54, 4B and 44. RGB value is (84,75,68). Sum of RGB (Red+Green+Blue) = 84+75+68=227 (30% of max value = 765). Red value is 84 (33.20% from 255 or 37.00% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 84 - color contains mainly: red. Hex color #544B44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B44 is #ABB4BB. Grayscale: #4C4C4C. Windows color (decimal): -11252924 or 4475732. OLE color: 4475732.

HSL color Cylindrical-coordinate representation of color #544B44: hue angle of 26.25º degrees, saturation: 0.11, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #544B44 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB847568-
CMYK00.110.190.67
HSL26.25º10.53%29.8%-
HSV(B)26.25º19.05%32.94%-
XYZ7.227.336.5-
YUV76.89122.98133.07-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 37.00%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 68 (26.95% from 255) = 29.96%
R=37.00%
G=33.04%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84756800.110.190.6726.2510.5329.8
Hex544B440B13431ab1e
Octal12411310401323103321336
Binary1010100100101110001000101110011100001111010101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544B44; }

 p { color: rgb(84,75,68); }

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

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

 a { background-color: rgb(84,75,68); }

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

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

 span { border-color: rgb(84,75,68); }

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