Html Css Color HEX #57614F Tom Thumb

📋 copy color: '#57614F'

red 87 ◦ green 97 ◦ blue 79

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

Shades of Tom Thumb #57614F

Tints of Tom Thumb #57614F

RGB

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

 GREEN value IS 97 (38.28% from 255) = 36.88%

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 33.08%
G = 36.88%
B = 30.04%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#57614F (or 0x57614F) is known color: Tom Thumb. HEX triplet: 57, 61 and 4F. RGB value is (87,97,79). Sum of RGB (Red+Green+Blue) = 87+97+79=263 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.08% from 263); Green value is 97 (38.28% from 255 or 36.88% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 97 - color contains mainly: green. Hex color #57614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57614F is #A89EB0. Grayscale: #5C5C5C. Windows color (decimal): -11050673 or 5202263. OLE color: 5202263.

HSL color Cylindrical-coordinate representation of color #57614F: hue angle of 93.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #57614F is Cyan = 0.10, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 97 79 -
CMYK 0.10 0 0.19 0.62
HSL 93.33º 0.1% 0.35% -
HSV(B) 93.33º 0.19% 0.38% -
XYZ 9.62 11.14 9.04 -
YUV 91.96 120.69 124.46 -
System Red Green Blue C M Y K H S L
Decimal 87 97 79 0.10 0 0.19 0.62 93.33 0.1 0.35
Hex 57 61 4F A 0 13 3E 5D A 23
Octal 127 141 117 12 0 23 76 135 12 43
Binary 1010111 1100001 1001111 1010 0 10011 111110 1011101 1010 100011

Color Harmonies of #57614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57614F

Black with #57614F

Text Example


Text Example

White with #57614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57614F; }

 p { color: rgb(87,97,79); }

 H1.HeaderClassName
 {
   color: #57614F;
 }
 .AnyTagClassName
 {
   color: #57614F;
 }
</style>

background-color css

<style>
 a { background-color: #57614F; }

 a { background-color: rgb(87,97,79); }

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

border-color css

<style>
 span { border-color: #57614F; }

 span { border-color: rgb(87,97,79); }

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