Html Css Color HEX #526C49 Tom Thumb

📋 copy color: '#526C49'

red 82 ◦ green 108 ◦ blue 73

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

Shades of Tom Thumb #526C49

Tints of Tom Thumb #526C49

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.06%

 BLUE value IS 73 (28.91% from 255) = 27.76%

R = 31.18%
G = 41.06%
B = 27.76%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#526C49 (or 0x526C49) is known color: Tom Thumb. HEX triplet: 52, 6C and 49. RGB value is (82,108,73). Sum of RGB (Red+Green+Blue) = 82+108+73=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 108 (42.58% from 255 or 41.06% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 108 - color contains mainly: green. Hex color #526C49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C49 is #AD93B6. Grayscale: #606060. Windows color (decimal): -11375543 or 4811858. OLE color: 4811858.

HSL color Cylindrical-coordinate representation of color #526C49: hue angle of 104.57º degrees, saturation: 0.19, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #526C49 is Cyan = 0.24, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 73 -
CMYK 0.24 0 0.32 0.58
HSL 104.57º 0.19% 0.35% -
HSV(B) 104.57º 0.32% 0.42% -
XYZ 10.04 13 8.28 -
YUV 96.24 114.89 117.85 -
System Red Green Blue C M Y K H S L
Decimal 82 108 73 0.24 0 0.32 0.58 104.57 0.19 0.35
Hex 52 6C 49 18 0 20 3A 69 13 23
Octal 122 154 111 30 0 40 72 151 23 43
Binary 1010010 1101100 1001001 11000 0 100000 111010 1101001 10011 100011

Color Harmonies of #526C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C49

Black with #526C49

Text Example


Text Example

White with #526C49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526C49; }

 p { color: rgb(82,108,73); }

 H1.HeaderClassName
 {
   color: #526C49;
 }
 .AnyTagClassName
 {
   color: #526C49;
 }
</style>

background-color css

<style>
 a { background-color: #526C49; }

 a { background-color: rgb(82,108,73); }

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

border-color css

<style>
 span { border-color: #526C49; }

 span { border-color: rgb(82,108,73); }

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