Html Css Color HEX #574A3F Rock

📋 copy color: '#574A3F'

red 87 ◦ green 74 ◦ blue 63

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

Shades of Rock #574A3F

Tints of Rock #574A3F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.04%

 BLUE value IS 63 (25% from 255) = 28.13%

R = 38.84%
G = 33.04%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.28

 K value IS 0.66

RGB Variations

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

Color information

#574A3F (or 0x574A3F) is known color: Rock. HEX triplet: 57, 4A and 3F. RGB value is (87,74,63). Sum of RGB (Red+Green+Blue) = 87+74+63=224 (29% of max value = 765). Red value is 87 (34.38% from 255 or 38.84% from 224); Green value is 74 (29.30% from 255 or 33.04% from 224); Blue value is 63 (25% from 255 or 28.12% from 224); Max value from RGB is 87 - color contains mainly: red. Hex color #574A3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574A3F is #A8B5C0. Grayscale: #4C4C4C. Windows color (decimal): -11056577 or 4147799. OLE color: 4147799.

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

Color convert

RGB 87 74 63 -
CMYK 0 0.15 0.28 0.66
HSL 27.5º 0.16% 0.29% -
HSV(B) 27.5º 0.28% 0.34% -
XYZ 7.28 7.28 5.72 -
YUV 76.63 120.31 135.39 -
System Red Green Blue C M Y K H S L
Decimal 87 74 63 0 0.15 0.28 0.66 27.5 0.16 0.29
Hex 57 4A 3F 0 F 1C 42 1C 10 1D
Octal 127 112 77 0 17 34 102 34 20 35
Binary 1010111 1001010 111111 0 1111 11100 1000010 11100 10000 11101

Color Harmonies of #574A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574A3F

Black with #574A3F

Text Example


Text Example

White with #574A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,74,63); }

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

background-color css

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

 a { background-color: rgb(87,74,63); }

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

border-color css

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

 span { border-color: rgb(87,74,63); }

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