Html Css Color HEX #54614B Tom Thumb

📋 copy color: '#54614B'

red 84 ◦ green 97 ◦ blue 75

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

Shades of Tom Thumb #54614B

Tints of Tom Thumb #54614B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 29.3%

R = 32.81%
G = 37.89%
B = 29.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.62

RGB Variations

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

Color information

#54614B (or 0x54614B) is known color: Tom Thumb. HEX triplet: 54, 61 and 4B. RGB value is (84,97,75). Sum of RGB (Red+Green+Blue) = 84+97+75=256 (33% of max value = 765). Red value is 84 (33.20% from 255 or 32.81% from 256); Green value is 97 (38.28% from 255 or 37.89% from 256); Blue value is 75 (29.69% from 255 or 29.30% from 256); Max value from RGB is 97 - color contains mainly: green. Hex color #54614B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #54614B is #AB9EB4. Grayscale: #5A5A5A. Windows color (decimal): -11247285 or 4940116. OLE color: 4940116.

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

Color convert

RGB 84 97 75 -
CMYK 0.13 0 0.23 0.62
HSL 95.45º 0.13% 0.34% -
HSV(B) 95.45º 0.23% 0.38% -
XYZ 9.2 10.94 8.28 -
YUV 90.61 119.19 123.29 -
System Red Green Blue C M Y K H S L
Decimal 84 97 75 0.13 0 0.23 0.62 95.45 0.13 0.34
Hex 54 61 4B D 0 17 3E 5F D 22
Octal 124 141 113 15 0 27 76 137 15 42
Binary 1010100 1100001 1001011 1101 0 10111 111110 1011111 1101 100010

Color Harmonies of #54614B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54614B

Black with #54614B

Text Example


Text Example

White with #54614B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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