#544C45

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

Shades of Rock #544C45

Tints of Rock #544C45

Color information

#544C45 (or 0x544C45) is unknown color: approx Rock. HEX triplet: 54, 4C and 45. RGB value is (84,76,69). Sum of RGB (Red+Green+Blue) = 84+76+69=229 (30% of max value = 765). Red value is 84 (33.20% from 255 or 36.68% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 84 - color contains mainly: red. Hex color #544C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #544C45 is #ABB3BA. Grayscale: #4D4D4D. Windows color (decimal): -11252667 or 4541524. OLE color: 4541524.

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

Color convert

RGB847669-
CMYK00.100.180.67
HSL28º9.8%30%-
HSV(B)28º17.86%32.94%-
XYZ7.317.486.69-
YUV77.59123.15132.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 36.68%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 69 (27.34% from 255) = 30.13%
R=36.68%
G=33.19%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84766900.100.180.67289.830
Hex544C450A12431ca1e
Octal12411410501222103341236
Binary1010100100110010001010101010010100001111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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