Html Css Color HEX #53674E Tom Thumb

📋 copy color: '#53674E'

red 83 ◦ green 103 ◦ blue 78

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

Shades of Tom Thumb #53674E

Tints of Tom Thumb #53674E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 39.02%

 BLUE value IS 78 (30.86% from 255) = 29.55%

R = 31.44%
G = 39.02%
B = 29.55%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.60

RGB Variations

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

Color information

#53674E (or 0x53674E) is known color: Tom Thumb. HEX triplet: 53, 67 and 4E. RGB value is (83,103,78). Sum of RGB (Red+Green+Blue) = 83+103+78=264 (34% of max value = 765). Red value is 83 (32.81% from 255 or 31.44% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 103 - color contains mainly: green. Hex color #53674E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53674E is #AC98B1. Grayscale: #5E5E5E. Windows color (decimal): -11311282 or 5138259. OLE color: 5138259.

HSL color Cylindrical-coordinate representation of color #53674E: hue angle of 108º degrees, saturation: 0.14, 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 #53674E is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.60.

Color convert

RGB 83 103 78 -
CMYK 0.19 0 0.24 0.60
HSL 108º 0.14% 0.35% -
HSV(B) 108º 0.24% 0.4% -
XYZ 9.79 12.09 9.03 -
YUV 94.17 118.87 120.03 -
System Red Green Blue C M Y K H S L
Decimal 83 103 78 0.19 0 0.24 0.60 108 0.14 0.35
Hex 53 67 4E 13 0 18 3C 6C E 23
Octal 123 147 116 23 0 30 74 154 16 43
Binary 1010011 1100111 1001110 10011 0 11000 111100 1101100 1110 100011

Color Harmonies of #53674E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53674E

Black with #53674E

Text Example


Text Example

White with #53674E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53674E; }

 p { color: rgb(83,103,78); }

 H1.HeaderClassName
 {
   color: #53674E;
 }
 .AnyTagClassName
 {
   color: #53674E;
 }
</style>

background-color css

<style>
 a { background-color: #53674E; }

 a { background-color: rgb(83,103,78); }

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

border-color css

<style>
 span { border-color: #53674E; }

 span { border-color: rgb(83,103,78); }

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