#574A3F

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

Shades of Rock #574A3F

Tints of Rock #574A3F

Color information

#574A3F (or 0x574A3F) is unknown color: approx Rock. HEX triplet: 57, 4A and 3F. RGB value is (87,74,63). Sum of RGB (Red+Green+Blue) = 87+74+63=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A3F is #A8B5C0. Grayscale: #4C4C4C. Windows color (decimal): -11056577 or 4147799. OLE color: 4147799.

HSL color Cylindrical-coordinate representation of color #574A3F: hue angle of 27.5º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #574A3F is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB877463-
CMYK00.150.280.66
HSL27.5º16%29.41%-
HSV(B)27.5º27.59%34.12%-
XYZ7.287.285.72-
YUV76.63120.31135.39-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.84%
GREEN value IS 74 (29.30% from 255) = 33.04%
BLUE value IS 63 (25% from 255) = 28.12%
R=38.84%
G=33.04%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87746300.150.280.6627.51629.41
Hex574A3F0F1C421c101d
Octal1271127701734102342035
Binary1010111100101011111101111111001000010111001000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,74,63); }

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

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

 a { background-color: rgb(87,74,63); }

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

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

 span { border-color: rgb(87,74,63); }

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