#574D44

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

Shades of Rock #574D44

Tints of Rock #574D44

Color information

#574D44 (or 0x574D44) is unknown color: approx Rock. HEX triplet: 57, 4D and 44. RGB value is (87,77,68). Sum of RGB (Red+Green+Blue) = 87+77+68=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #574D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D44 is #A8B2BB. Grayscale: #4F4F4F. Windows color (decimal): -11055804 or 4476247. OLE color: 4476247.

HSL color Cylindrical-coordinate representation of color #574D44: hue angle of 28.42º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #574D44 is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.66.

Color convert

RGB877768-
CMYK00.110.220.66
HSL28.42º12.26%30.39%-
HSV(B)28.42º21.84%34.12%-
XYZ7.637.756.56-
YUV78.96121.81133.73-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.5%
GREEN value IS 77 (30.47% from 255) = 33.19%
BLUE value IS 68 (26.95% from 255) = 29.31%
R=37.5%
G=33.19%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.22
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87776800.110.220.6628.4212.2630.39
Hex574D440B16421cc1e
Octal12711510401326102341436
Binary1010111100110110001000101110110100001011100110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #574D44; }

 p { color: rgb(87,77,68); }

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

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

 a { background-color: rgb(87,77,68); }

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

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

 span { border-color: rgb(87,77,68); }

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