Html Css Color HEX #574E46 Rock

📋 copy color: '#574E46'

red 87 ◦ green 78 ◦ blue 70

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

Shades of Rock #574E46

Tints of Rock #574E46

RGB

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

 GREEN value IS 78 (30.86% from 255) = 33.19%

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 37.02%
G = 33.19%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#574E46 (or 0x574E46) is known color: Rock. HEX triplet: 57, 4E and 46. RGB value is (87,78,70). Sum of RGB (Red+Green+Blue) = 87+78+70=235 (31% of max value = 765). Red value is 87 (34.38% from 255 or 37.02% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 87 - color contains mainly: red. Hex color #574E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #574E46 is #A8B1B9. Grayscale: #4F4F4F. Windows color (decimal): -11055546 or 4607575. OLE color: 4607575.

HSL color Cylindrical-coordinate representation of color #574E46: hue angle of 28.24º degrees, saturation: 0.11, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #574E46 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 78 70 -
CMYK 0 0.10 0.20 0.66
HSL 28.24º 0.11% 0.31% -
HSV(B) 28.24º 0.2% 0.34% -
XYZ 7.76 7.92 6.91 -
YUV 79.78 122.48 133.15 -
System Red Green Blue C M Y K H S L
Decimal 87 78 70 0 0.10 0.20 0.66 28.24 0.11 0.31
Hex 57 4E 46 0 A 14 42 1C B 1F
Octal 127 116 106 0 12 24 102 34 13 37
Binary 1010111 1001110 1000110 0 1010 10100 1000010 11100 1011 11111

Color Harmonies of #574E46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574E46

Black with #574E46

Text Example


Text Example

White with #574E46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,78,70); }

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

background-color css

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

 a { background-color: rgb(87,78,70); }

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

border-color css

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

 span { border-color: rgb(87,78,70); }

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