#574E46

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

Shades of Rock #574E46

Tints of Rock #574E46

Color information

#574E46 (or 0x574E46) is unknown color: approx Rock. HEX triplet: 57, 4E and 46. RGB value is (87,78,70). Sum of RGB (Red+Green+Blue) = 87+78+70=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #574E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E46 is #A8B1B9. Grayscale: #4F4F4F. Windows color (decimal): -11055546 or 4607575. OLE color: 4607575.

HSL color Cylindrical-coordinate representation of color #574E46: hue angle of 28.24º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #574E46 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB877870-
CMYK00.100.200.66
HSL28.24º10.83%30.78%-
HSV(B)28.24º19.54%34.12%-
XYZ7.767.926.91-
YUV79.78122.48133.15-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 37.02%
GREEN value IS 78 (30.86% from 255) = 33.19%
BLUE value IS 70 (27.73% from 255) = 29.79%
R=37.02%
G=33.19%
B=29.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87787000.100.200.6628.2410.8330.78
Hex574E460A14421cb1f
Octal12711610601224102341337
Binary1010111100111010001100101010100100001011100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(87,78,70); }

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

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

 a { background-color: rgb(87,78,70); }

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

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

 span { border-color: rgb(87,78,70); }

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