Html Css Color HEX #574F48 Rock

📋 copy color: '#574F48'

red 87 ◦ green 79 ◦ blue 72

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

Shades of Rock #574F48

Tints of Rock #574F48

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 value IS 0

 M value IS 0.09

 Y value IS 0.17

 K value IS 0.66

RGB Variations

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

Color information

#574F48 (or 0x574F48) is known color: 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

RGB 87 79 72 -
CMYK 0 0.09 0.17 0.66
HSL 28º 0.09% 0.31% -
HSV(B) 28º 0.17% 0.34% -
XYZ 7.9 8.09 7.28 -
YUV 80.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 87 79 72 0 0.09 0.17 0.66 28 0.09 0.31
Hex 57 4F 48 0 9 11 42 1C 9 1F
Octal 127 117 110 0 11 21 102 34 11 37
Binary 1010111 1001111 1001000 0 1001 10001 1000010 11100 1001 11111

Color Harmonies of #574F48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574F48

Black with #574F48

Text Example


Text Example

White with #574F48

Text Example


Text Example

HTML Codes & Css Web 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>