Html Css Color HEX #54614C Tom Thumb

📋 copy color: '#54614C'

red 84 ◦ green 97 ◦ blue 76

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

Shades of Tom Thumb #54614C

Tints of Tom Thumb #54614C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.57%

R = 32.68%
G = 37.74%
B = 29.57%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.22

 K value IS 0.62

RGB Variations

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

Color information

#54614C (or 0x54614C) is known color: Tom Thumb. HEX triplet: 54, 61 and 4C. RGB value is (84,97,76). Sum of RGB (Red+Green+Blue) = 84+97+76=257 (34% of max value = 765). Red value is 84 (33.20% from 255 or 32.68% from 257); Green value is 97 (38.28% from 255 or 37.74% from 257); Blue value is 76 (30.08% from 255 or 29.57% from 257); Max value from RGB is 97 - color contains mainly: green. Hex color #54614C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54614C is #AB9EB3. Grayscale: #5A5A5A. Windows color (decimal): -11247284 or 5005652. OLE color: 5005652.

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

Color convert

RGB 84 97 76 -
CMYK 0.13 0 0.22 0.62
HSL 97.14º 0.12% 0.34% -
HSV(B) 97.14º 0.22% 0.38% -
XYZ 9.24 10.96 8.47 -
YUV 90.72 119.69 123.21 -
System Red Green Blue C M Y K H S L
Decimal 84 97 76 0.13 0 0.22 0.62 97.14 0.12 0.34
Hex 54 61 4C D 0 16 3E 61 C 22
Octal 124 141 114 15 0 26 76 141 14 42
Binary 1010100 1100001 1001100 1101 0 10110 111110 1100001 1100 100010

Color Harmonies of #54614C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54614C

Black with #54614C

Text Example


Text Example

White with #54614C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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