#574F48

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

Shades of Rock #574F48

Tints of Rock #574F48

Color information

#574F48 (or 0x574F48) is unknown color: approx Rock. HEX triplet: 57, 4F and 48. RGB value is (87,79,72). Sum of RGB (Red+Green+Blue) = 87+79+72=238 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.55% from 238); Green value is 79 (31.25% from 255 or 33.19% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 87 - color contains mainly: red. Hex color #574F48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F48 is #A8B0B7. Grayscale: #505050. Windows color (decimal): -11055288 or 4738903. OLE color: 4738903.

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

Color convert

RGB877972-
CMYK00.090.170.66
HSL28º9.43%31.18%-
HSV(B)28º17.24%34.12%-
XYZ7.98.097.28-
YUV80.59123.15132.57-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 36.55%
GREEN value IS 79 (31.25% from 255) = 33.19%
BLUE value IS 72 (28.52% from 255) = 30.25%
R=36.55%
G=33.19%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87797200.090.170.66289.4331.18
Hex574F480911421c91f
Octal12711711001121102341137
Binary1010111100111110010000100110001100001011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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