Html Css Color HEX #53634D Tom Thumb

📋 copy color: '#53634D'

red 83 ◦ green 99 ◦ blue 77

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

Shades of Tom Thumb #53634D

Tints of Tom Thumb #53634D

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.22%

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

R = 32.05%
G = 38.22%
B = 29.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.22

 K value IS 0.61

RGB Variations

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

Color information

#53634D (or 0x53634D) is known color: Tom Thumb. HEX triplet: 53, 63 and 4D. RGB value is (83,99,77). Sum of RGB (Red+Green+Blue) = 83+99+77=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 99 (39.06% from 255 or 38.22% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 99 - color contains mainly: green. Hex color #53634D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53634D is #AC9CB2. Grayscale: #5B5B5B. Windows color (decimal): -11312307 or 5071699. OLE color: 5071699.

HSL color Cylindrical-coordinate representation of color #53634D: hue angle of 103.64º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #53634D is Cyan = 0.16, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 99 77 -
CMYK 0.16 0 0.22 0.61
HSL 103.64º 0.13% 0.35% -
HSV(B) 103.64º 0.22% 0.39% -
XYZ 9.37 11.3 8.71 -
YUV 91.71 119.7 121.79 -
System Red Green Blue C M Y K H S L
Decimal 83 99 77 0.16 0 0.22 0.61 103.64 0.13 0.35
Hex 53 63 4D 10 0 16 3D 68 C 23
Octal 123 143 115 20 0 26 75 150 14 43
Binary 1010011 1100011 1001101 10000 0 10110 111101 1101000 1100 100011

Color Harmonies of #53634D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53634D

Black with #53634D

Text Example


Text Example

White with #53634D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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