#574F47

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

Shades of Rock #574F47

Tints of Rock #574F47

Color information

#574F47 (or 0x574F47) is unknown color: approx Rock. HEX triplet: 57, 4F and 47. RGB value is (87,79,71). Sum of RGB (Red+Green+Blue) = 87+79+71=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #574F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F47 is #A8B0B8. Grayscale: #505050. Windows color (decimal): -11055289 or 4673367. OLE color: 4673367.

HSL color Cylindrical-coordinate representation of color #574F47: hue angle of 30º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #574F47 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.66.

Color convert

RGB877971-
CMYK00.090.180.66
HSL30º10.13%30.98%-
HSV(B)30º18.39%34.12%-
XYZ7.868.077.11-
YUV80.48122.65132.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.71%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 71 (28.12% from 255) = 29.96%
R=36.71%
G=33.33%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.18
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87797100.090.180.663010.1330.98
Hex574F470912421ea1f
Octal12711710701122102361237
Binary1010111100111110001110100110010100001011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,79,71); }

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

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

 a { background-color: rgb(87,79,71); }

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

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

 span { border-color: rgb(87,79,71); }

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