Html Css Color HEX #53654D Tom Thumb

📋 copy color: '#53654D'

red 83 ◦ green 101 ◦ blue 77

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

Shades of Tom Thumb #53654D

Tints of Tom Thumb #53654D

RGB

 RED value IS 83 (32.81% from 255) = 31.8%

 GREEN value IS 101 (39.84% from 255) = 38.7%

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

R = 31.8%
G = 38.7%
B = 29.5%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#53654D (or 0x53654D) is known color: Tom Thumb. HEX triplet: 53, 65 and 4D. RGB value is (83,101,77). Sum of RGB (Red+Green+Blue) = 83+101+77=261 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.80% from 261); Green value is 101 (39.84% from 255 or 38.70% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 101 - color contains mainly: green. Hex color #53654D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53654D is #AC9AB2. Grayscale: #5C5C5C. Windows color (decimal): -11311795 or 5072211. OLE color: 5072211.

HSL color Cylindrical-coordinate representation of color #53654D: hue angle of 105º degrees, saturation: 0.13, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #53654D is Cyan = 0.18, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 101 77 -
CMYK 0.18 0 0.24 0.60
HSL 105º 0.13% 0.35% -
HSV(B) 105º 0.24% 0.4% -
XYZ 9.56 11.68 8.77 -
YUV 92.88 119.04 120.95 -
System Red Green Blue C M Y K H S L
Decimal 83 101 77 0.18 0 0.24 0.60 105 0.13 0.35
Hex 53 65 4D 12 0 18 3C 69 D 23
Octal 123 145 115 22 0 30 74 151 15 43
Binary 1010011 1100101 1001101 10010 0 11000 111100 1101001 1101 100011

Color Harmonies of #53654D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53654D

Black with #53654D

Text Example


Text Example

White with #53654D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,101,77); }

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

background-color css

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

 a { background-color: rgb(83,101,77); }

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

border-color css

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

 span { border-color: rgb(83,101,77); }

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