Html Css Color HEX #52674C Tom Thumb

📋 copy color: '#52674C'

red 82 ◦ green 103 ◦ blue 76

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

Shades of Tom Thumb #52674C

Tints of Tom Thumb #52674C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 29.12%

R = 31.42%
G = 39.46%
B = 29.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.26

 K value IS 0.60

RGB Variations

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

Color information

#52674C (or 0x52674C) is known color: Tom Thumb. HEX triplet: 52, 67 and 4C. RGB value is (82,103,76). Sum of RGB (Red+Green+Blue) = 82+103+76=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #52674C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52674C is #AD98B3. Grayscale: #5D5D5D. Windows color (decimal): -11376820 or 5007186. OLE color: 5007186.

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

Color convert

RGB 82 103 76 -
CMYK 0.20 0 0.26 0.60
HSL 106.67º 0.15% 0.35% -
HSV(B) 106.67º 0.26% 0.4% -
XYZ 9.63 12.02 8.65 -
YUV 93.64 118.04 119.7 -
System Red Green Blue C M Y K H S L
Decimal 82 103 76 0.20 0 0.26 0.60 106.67 0.15 0.35
Hex 52 67 4C 14 0 1A 3C 6B F 23
Octal 122 147 114 24 0 32 74 153 17 43
Binary 1010010 1100111 1001100 10100 0 11010 111100 1101011 1111 100011

Color Harmonies of #52674C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52674C

Black with #52674C

Text Example


Text Example

White with #52674C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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