#574B3F

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

Shades of Rock #574B3F

Tints of Rock #574B3F

Color information

#574B3F (or 0x574B3F) is unknown color: approx Rock. HEX triplet: 57, 4B and 3F. RGB value is (87,75,63). Sum of RGB (Red+Green+Blue) = 87+75+63=225 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.67% from 225); Green value is 75 (29.69% from 255 or 33.33% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 87 - color contains mainly: red. Hex color #574B3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B3F is #A8B4C0. Grayscale: #4D4D4D. Windows color (decimal): -11056321 or 4148055. OLE color: 4148055.

HSL color Cylindrical-coordinate representation of color #574B3F: hue angle of 30º 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 #574B3F is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.66.

Color convert

RGB877563-
CMYK00.140.280.66
HSL30º16%29.41%-
HSV(B)30º27.59%34.12%-
XYZ7.347.425.75-
YUV77.22119.98134.98-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.67%
GREEN value IS 75 (29.69% from 255) = 33.33%
BLUE value IS 63 (25% from 255) = 28%
R=38.67%
G=33.33%
B=28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.28
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87756300.140.280.66301629.41
Hex574B3F0E1C421e101d
Octal1271137701634102362035
Binary1010111100101111111101110111001000010111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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