#544B45

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

Shades of Cork #544B45

Tints of Cork #544B45

Color information

#544B45 (or 0x544B45) is unknown color: approx Cork. HEX triplet: 54, 4B and 45. RGB value is (84,75,69). Sum of RGB (Red+Green+Blue) = 84+75+69=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #544B45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544B45 is #ABB4BA. Grayscale: #4D4D4D. Windows color (decimal): -11252923 or 4541268. OLE color: 4541268.

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

Color convert

RGB847569-
CMYK00.110.180.67
HSL24º9.8%30%-
HSV(B)24º17.86%32.94%-
XYZ7.257.356.67-
YUV77.01123.48132.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 69 (27.34% from 255) = 30.26%
R=36.84%
G=32.89%
B=30.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84756900.110.180.67249.830
Hex544B450B124318a1e
Octal12411310501322103301236
Binary1010100100101110001010101110010100001111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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