Html Css Color HEX #52674D Tom Thumb

📋 copy color: '#52674D'

red 82 ◦ green 103 ◦ blue 77

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

Shades of Tom Thumb #52674D

Tints of Tom Thumb #52674D

RGB

 RED value IS 82 (32.42% from 255) = 31.3%

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

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

R = 31.3%
G = 39.31%
B = 29.39%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.25

 K value IS 0.60

RGB Variations

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

Color information

#52674D (or 0x52674D) is known color: Tom Thumb. HEX triplet: 52, 67 and 4D. RGB value is (82,103,77). Sum of RGB (Red+Green+Blue) = 82+103+77=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 103 (40.62% from 255 or 39.31% from 262); Blue value is 77 (30.47% from 255 or 29.39% from 262); Max value from RGB is 103 - color contains mainly: green. Hex color #52674D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52674D is #AD98B2. Grayscale: #5D5D5D. Windows color (decimal): -11376819 or 5072722. OLE color: 5072722.

HSL color Cylindrical-coordinate representation of color #52674D: hue angle of 108.46º degrees, saturation: 0.14, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52674D is Cyan = 0.20, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 77 -
CMYK 0.20 0 0.25 0.60
HSL 108.46º 0.14% 0.35% -
HSV(B) 108.46º 0.25% 0.4% -
XYZ 9.67 12.03 8.83 -
YUV 93.76 118.54 119.61 -
System Red Green Blue C M Y K H S L
Decimal 82 103 77 0.20 0 0.25 0.60 108.46 0.14 0.35
Hex 52 67 4D 14 0 19 3C 6C E 23
Octal 122 147 115 24 0 31 74 154 16 43
Binary 1010010 1100111 1001101 10100 0 11001 111100 1101100 1110 100011

Color Harmonies of #52674D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52674D

Black with #52674D

Text Example


Text Example

White with #52674D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,103,77); }

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

background-color css

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

 a { background-color: rgb(82,103,77); }

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

border-color css

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

 span { border-color: rgb(82,103,77); }

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