Html Css Color HEX #53654A Tom Thumb

📋 copy color: '#53654A'

red 83 ◦ green 101 ◦ blue 74

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

Shades of Tom Thumb #53654A

Tints of Tom Thumb #53654A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 28.68%

R = 32.17%
G = 39.15%
B = 28.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.27

 K value IS 0.60

RGB Variations

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

Color information

#53654A (or 0x53654A) is known color: Tom Thumb. HEX triplet: 53, 65 and 4A. RGB value is (83,101,74). Sum of RGB (Red+Green+Blue) = 83+101+74=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 74 (29.30% from 255 or 28.68% from 258); Max value from RGB is 101 - color contains mainly: green. Hex color #53654A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53654A is #AC9AB5. Grayscale: #5C5C5C. Windows color (decimal): -11311798 or 4875603. OLE color: 4875603.

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

Color convert

RGB 83 101 74 -
CMYK 0.18 0 0.27 0.60
HSL 100º 0.15% 0.34% -
HSV(B) 100º 0.27% 0.4% -
XYZ 9.46 11.64 8.23 -
YUV 92.54 117.54 121.2 -
System Red Green Blue C M Y K H S L
Decimal 83 101 74 0.18 0 0.27 0.60 100 0.15 0.34
Hex 53 65 4A 12 0 1B 3C 64 F 22
Octal 123 145 112 22 0 33 74 144 17 42
Binary 1010011 1100101 1001010 10010 0 11011 111100 1100100 1111 100010

Color Harmonies of #53654A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53654A

Black with #53654A

Text Example


Text Example

White with #53654A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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