Html Css Color HEX #574C41 Rock

📋 copy color: '#574C41'

red 87 ◦ green 76 ◦ blue 65

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

Shades of Rock #574C41

Tints of Rock #574C41

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.33%

 BLUE value IS 65 (25.78% from 255) = 28.51%

R = 38.16%
G = 33.33%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.66

RGB Variations

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

Color information

#574C41 (or 0x574C41) is known color: Rock. HEX triplet: 57, 4C and 41. RGB value is (87,76,65). Sum of RGB (Red+Green+Blue) = 87+76+65=228 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.16% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 87 - color contains mainly: red. Hex color #574C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C41 is #A8B3BE. Grayscale: #4E4E4E. Windows color (decimal): -11056063 or 4279383. OLE color: 4279383.

HSL color Cylindrical-coordinate representation of color #574C41: hue angle of 30º 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 #574C41 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 76 65 -
CMYK 0 0.13 0.25 0.66
HSL 30º 0.14% 0.3% -
HSV(B) 30º 0.25% 0.34% -
XYZ 7.47 7.58 6.07 -
YUV 78.04 120.64 134.39 -
System Red Green Blue C M Y K H S L
Decimal 87 76 65 0 0.13 0.25 0.66 30 0.14 0.3
Hex 57 4C 41 0 D 19 42 1E E 1E
Octal 127 114 101 0 15 31 102 36 16 36
Binary 1010111 1001100 1000001 0 1101 11001 1000010 11110 1110 11110

Color Harmonies of #574C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C41

Black with #574C41

Text Example


Text Example

White with #574C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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