Html Css Color HEX #53644B Tom Thumb

📋 copy color: '#53644B'

red 83 ◦ green 100 ◦ blue 75

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

Shades of Tom Thumb #53644B

Tints of Tom Thumb #53644B

RGB

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

 GREEN value IS 100 (39.45% from 255) = 38.76%

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

R = 32.17%
G = 38.76%
B = 29.07%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#53644B (or 0x53644B) is known color: Tom Thumb. HEX triplet: 53, 64 and 4B. RGB value is (83,100,75). Sum of RGB (Red+Green+Blue) = 83+100+75=258 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.17% from 258); Green value is 100 (39.45% from 255 or 38.76% from 258); Blue value is 75 (29.69% from 255 or 29.07% from 258); Max value from RGB is 100 - color contains mainly: green. Hex color #53644B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #53644B is #AC9BB4. Grayscale: #5C5C5C. Windows color (decimal): -11312053 or 4940883. OLE color: 4940883.

HSL color Cylindrical-coordinate representation of color #53644B: hue angle of 100.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #53644B is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 83 100 75 -
CMYK 0.17 0 0.25 0.61
HSL 100.8º 0.14% 0.34% -
HSV(B) 100.8º 0.25% 0.39% -
XYZ 9.39 11.46 8.37 -
YUV 92.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 83 100 75 0.17 0 0.25 0.61 100.8 0.14 0.34
Hex 53 64 4B 11 0 19 3D 65 E 22
Octal 123 144 113 21 0 31 75 145 16 42
Binary 1010011 1100100 1001011 10001 0 11001 111101 1100101 1110 100010

Color Harmonies of #53644B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53644B

Black with #53644B

Text Example


Text Example

White with #53644B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,100,75); }

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

background-color css

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

 a { background-color: rgb(83,100,75); }

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

border-color css

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

 span { border-color: rgb(83,100,75); }

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