Html Css Color HEX #54614D Tom Thumb

📋 copy color: '#54614D'

red 84 ◦ green 97 ◦ blue 77

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

Shades of Tom Thumb #54614D

Tints of Tom Thumb #54614D

RGB

 RED value IS 84 (33.2% from 255) = 32.56%

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

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 32.56%
G = 37.6%
B = 29.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.21

 K value IS 0.62

RGB Variations

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

Color information

#54614D (or 0x54614D) is known color: Tom Thumb. HEX triplet: 54, 61 and 4D. RGB value is (84,97,77). Sum of RGB (Red+Green+Blue) = 84+97+77=258 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.56% from 258); Green value is 97 (38.28% from 255 or 37.60% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 97 - color contains mainly: green. Hex color #54614D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #54614D is #AB9EB2. Grayscale: #5A5A5A. Windows color (decimal): -11247283 or 5071188. OLE color: 5071188.

HSL color Cylindrical-coordinate representation of color #54614D: hue angle of 99º degrees, saturation: 0.11, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #54614D is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.62.

Color convert

RGB 84 97 77 -
CMYK 0.13 0 0.21 0.62
HSL 99º 0.11% 0.34% -
HSV(B) 99º 0.21% 0.38% -
XYZ 9.27 10.97 8.65 -
YUV 90.83 120.19 123.13 -
System Red Green Blue C M Y K H S L
Decimal 84 97 77 0.13 0 0.21 0.62 99 0.11 0.34
Hex 54 61 4D D 0 15 3E 63 B 22
Octal 124 141 115 15 0 25 76 143 13 42
Binary 1010100 1100001 1001101 1101 0 10101 111110 1100011 1011 100010

Color Harmonies of #54614D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54614D

Black with #54614D

Text Example


Text Example

White with #54614D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54614D; }

 p { color: rgb(84,97,77); }

 H1.HeaderClassName
 {
   color: #54614D;
 }
 .AnyTagClassName
 {
   color: #54614D;
 }
</style>

background-color css

<style>
 a { background-color: #54614D; }

 a { background-color: rgb(84,97,77); }

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

border-color css

<style>
 span { border-color: #54614D; }

 span { border-color: rgb(84,97,77); }

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