Html Css Color HEX #53614F Tom Thumb

📋 copy color: '#53614F'

red 83 ◦ green 97 ◦ blue 79

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

Shades of Tom Thumb #53614F

Tints of Tom Thumb #53614F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.5%

R = 32.05%
G = 37.45%
B = 30.5%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.62

RGB Variations

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

Color information

#53614F (or 0x53614F) is known color: Tom Thumb. HEX triplet: 53, 61 and 4F. RGB value is (83,97,79). Sum of RGB (Red+Green+Blue) = 83+97+79=259 (34% of max value = 765). Red value is 83 (32.81% from 255 or 32.05% from 259); Green value is 97 (38.28% from 255 or 37.45% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 97 - color contains mainly: green. Hex color #53614F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53614F is #AC9EB0. Grayscale: #5A5A5A. Windows color (decimal): -11312817 or 5202259. OLE color: 5202259.

HSL color Cylindrical-coordinate representation of color #53614F: hue angle of 106.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #53614F is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.62.

Color convert

RGB 83 97 79 -
CMYK 0.14 0 0.19 0.62
HSL 106.67º 0.1% 0.35% -
HSV(B) 106.67º 0.19% 0.38% -
XYZ 9.25 10.95 9.02 -
YUV 90.76 121.36 122.46 -
System Red Green Blue C M Y K H S L
Decimal 83 97 79 0.14 0 0.19 0.62 106.67 0.1 0.35
Hex 53 61 4F E 0 13 3E 6B A 23
Octal 123 141 117 16 0 23 76 153 12 43
Binary 1010011 1100001 1001111 1110 0 10011 111110 1101011 1010 100011

Color Harmonies of #53614F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53614F

Black with #53614F

Text Example


Text Example

White with #53614F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53614F; }

 p { color: rgb(83,97,79); }

 H1.HeaderClassName
 {
   color: #53614F;
 }
 .AnyTagClassName
 {
   color: #53614F;
 }
</style>

background-color css

<style>
 a { background-color: #53614F; }

 a { background-color: rgb(83,97,79); }

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

border-color css

<style>
 span { border-color: #53614F; }

 span { border-color: rgb(83,97,79); }

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