Html Css Color HEX #574C40 Rock

📋 copy color: '#574C40'

red 87 ◦ green 76 ◦ blue 64

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

Shades of Rock #574C40

Tints of Rock #574C40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 28.19%

R = 38.33%
G = 33.48%
B = 28.19%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#574C40 (or 0x574C40) is known color: Rock. HEX triplet: 57, 4C and 40. RGB value is (87,76,64). Sum of RGB (Red+Green+Blue) = 87+76+64=227 (30% of max value = 765). Red value is 87 (34.38% from 255 or 38.33% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 64 (25.39% from 255 or 28.19% from 227); Max value from RGB is 87 - color contains mainly: red. Hex color #574C40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574C40 is #A8B3BF. Grayscale: #4D4D4D. Windows color (decimal): -11056064 or 4213847. OLE color: 4213847.

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

Color convert

RGB 87 76 64 -
CMYK 0 0.13 0.26 0.66
HSL 31.3º 0.15% 0.3% -
HSV(B) 31.3º 0.26% 0.34% -
XYZ 7.44 7.57 5.92 -
YUV 77.92 120.14 134.48 -
System Red Green Blue C M Y K H S L
Decimal 87 76 64 0 0.13 0.26 0.66 31.3 0.15 0.3
Hex 57 4C 40 0 D 1A 42 1F F 1E
Octal 127 114 100 0 15 32 102 37 17 36
Binary 1010111 1001100 1000000 0 1101 11010 1000010 11111 1111 11110

Color Harmonies of #574C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574C40

Black with #574C40

Text Example


Text Example

White with #574C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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