Html Css Color HEX #574D43 Rock

📋 copy color: '#574D43'

red 87 ◦ green 77 ◦ blue 67

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

Shades of Rock #574D43

Tints of Rock #574D43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 29%

R = 37.66%
G = 33.33%
B = 29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#574D43 (or 0x574D43) is known color: Rock. HEX triplet: 57, 4D and 43. RGB value is (87,77,67). Sum of RGB (Red+Green+Blue) = 87+77+67=231 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.66% from 231); Green value is 77 (30.47% from 255 or 33.33% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 87 - color contains mainly: red. Hex color #574D43 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574D43 is #A8B2BC. Grayscale: #4E4E4E. Windows color (decimal): -11055805 or 4410711. OLE color: 4410711.

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

Color convert

RGB 87 77 67 -
CMYK 0 0.11 0.23 0.66
HSL 30º 0.13% 0.3% -
HSV(B) 30º 0.23% 0.34% -
XYZ 7.6 7.74 6.4 -
YUV 78.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 87 77 67 0 0.11 0.23 0.66 30 0.13 0.3
Hex 57 4D 43 0 B 17 42 1E D 1E
Octal 127 115 103 0 13 27 102 36 15 36
Binary 1010111 1001101 1000011 0 1011 10111 1000010 11110 1101 11110

Color Harmonies of #574D43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574D43

Black with #574D43

Text Example


Text Example

White with #574D43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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