#544C44

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

Shades of Rock #544C44

Tints of Rock #544C44

Color information

#544C44 (or 0x544C44) is unknown color: approx Rock. HEX triplet: 54, 4C and 44. RGB value is (84,76,68). Sum of RGB (Red+Green+Blue) = 84+76+68=228 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.84% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 68 (26.95% from 255 or 29.82% from 228); Max value from RGB is 84 - color contains mainly: red. Hex color #544C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C44 is #ABB3BB. Grayscale: #4D4D4D. Windows color (decimal): -11252668 or 4475988. OLE color: 4475988.

HSL color Cylindrical-coordinate representation of color #544C44: hue angle of 30º 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 #544C44 is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.67.

Color convert

RGB847668-
CMYK00.100.190.67
HSL30º10.53%29.8%-
HSV(B)30º19.05%32.94%-
XYZ7.287.476.53-
YUV77.48122.65132.65-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.84%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 68 (26.95% from 255) = 29.82%
R=36.84%
G=33.33%
B=29.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84766800.100.190.673010.5329.8
Hex544C440A13431eb1e
Octal12411410401223103361336
Binary1010100100110010001000101010011100001111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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