#574B41

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

Shades of Rock #574B41

Tints of Rock #574B41

Color information

#574B41 (or 0x574B41) is unknown color: approx Rock. HEX triplet: 57, 4B and 41. RGB value is (87,75,65). Sum of RGB (Red+Green+Blue) = 87+75+65=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 87 - color contains mainly: red. Hex color #574B41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574B41 is #A8B4BE. Grayscale: #4D4D4D. Windows color (decimal): -11056319 or 4279127. OLE color: 4279127.

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

Color convert

RGB877565-
CMYK00.140.250.66
HSL27.27º14.47%29.8%-
HSV(B)27.27º25.29%34.12%-
XYZ7.47.446.05-
YUV77.45120.98134.81-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 38.33%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 65 (25.78% from 255) = 28.63%
R=38.33%
G=33.04%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.25
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87756500.140.250.6627.2714.4729.8
Hex574B410E19421be1e
Octal12711310101631102331636
Binary1010111100101110000010111011001100001011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #574B41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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