Html Css Color HEX #574D44 Rock

📋 copy color: '#574D44'

red 87 ◦ green 77 ◦ blue 68

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

Shades of Rock #574D44

Tints of Rock #574D44

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.19%

 BLUE value IS 68 (26.95% from 255) = 29.31%

R = 37.5%
G = 33.19%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#574D44 (or 0x574D44) is known color: Rock. HEX triplet: 57, 4D and 44. RGB value is (87,77,68). Sum of RGB (Red+Green+Blue) = 87+77+68=232 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.5% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 87 - color contains mainly: red. Hex color #574D44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D44 is #A8B2BB. Grayscale: #4F4F4F. Windows color (decimal): -11055804 or 4476247. OLE color: 4476247.

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

Color convert

RGB 87 77 68 -
CMYK 0 0.11 0.22 0.66
HSL 28.42º 0.12% 0.3% -
HSV(B) 28.42º 0.22% 0.34% -
XYZ 7.63 7.75 6.56 -
YUV 78.96 121.81 133.73 -
System Red Green Blue C M Y K H S L
Decimal 87 77 68 0 0.11 0.22 0.66 28.42 0.12 0.3
Hex 57 4D 44 0 B 16 42 1C C 1E
Octal 127 115 104 0 13 26 102 34 14 36
Binary 1010111 1001101 1000100 0 1011 10110 1000010 11100 1100 11110

Color Harmonies of #574D44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D44

Black with #574D44

Text Example


Text Example

White with #574D44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,77,68); }

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

background-color css

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

 a { background-color: rgb(87,77,68); }

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

border-color css

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

 span { border-color: rgb(87,77,68); }

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