#574C42

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

Shades of Rock #574C42

Tints of Rock #574C42

Color information

#574C42 (or 0x574C42) is unknown color: approx Rock. HEX triplet: 57, 4C and 42. RGB value is (87,76,66). Sum of RGB (Red+Green+Blue) = 87+76+66=229 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.99% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 66 (26.17% from 255 or 28.82% from 229); Max value from RGB is 87 - color contains mainly: red. Hex color #574C42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C42 is #A8B3BD. Grayscale: #4E4E4E. Windows color (decimal): -11056062 or 4344919. OLE color: 4344919.

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

Color convert

RGB877666-
CMYK00.130.240.66
HSL28.57º13.73%30%-
HSV(B)28.57º24.14%34.12%-
XYZ7.57.596.22-
YUV78.15121.14134.31-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.99%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 66 (26.17% from 255) = 28.82%
R=37.99%
G=33.19%
B=28.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87766600.130.240.6628.5713.7330
Hex574C420D18421de1e
Octal12711410201530102351636
Binary1010111100110010000100110111000100001011101111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,76,66); }

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

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

 a { background-color: rgb(87,76,66); }

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

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

 span { border-color: rgb(87,76,66); }

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