Html Css Color HEX #574F47 Rock

📋 copy color: '#574F47'

red 87 ◦ green 79 ◦ blue 71

#574F47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rock #574F47

Tints of Rock #574F47

RGB

 RED value IS 87 (34.38% from 255) = 36.71%

 GREEN value IS 79 (31.25% from 255) = 33.33%

 BLUE value IS 71 (28.13% from 255) = 29.96%

R = 36.71%
G = 33.33%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.66

RGB Variations

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

Color information

#574F47 (or 0x574F47) is known color: Rock. HEX triplet: 57, 4F and 47. RGB value is (87,79,71). Sum of RGB (Red+Green+Blue) = 87+79+71=237 (31% of max value = 765). Red value is 87 (34.38% from 255 or 36.71% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 71 (28.12% from 255 or 29.96% from 237); Max value from RGB is 87 - color contains mainly: red. Hex color #574F47 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574F47 is #A8B0B8. Grayscale: #505050. Windows color (decimal): -11055289 or 4673367. OLE color: 4673367.

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

Color convert

RGB 87 79 71 -
CMYK 0 0.09 0.18 0.66
HSL 30º 0.1% 0.31% -
HSV(B) 30º 0.18% 0.34% -
XYZ 7.86 8.07 7.11 -
YUV 80.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 87 79 71 0 0.09 0.18 0.66 30 0.1 0.31
Hex 57 4F 47 0 9 12 42 1E A 1F
Octal 127 117 107 0 11 22 102 36 12 37
Binary 1010111 1001111 1000111 0 1001 10010 1000010 11110 1010 11111

Color Harmonies of #574F47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F47

Black with #574F47

Text Example


Text Example

White with #574F47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #574F47;
 }
 .AnyTagClassName
 {
   color: #574F47;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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