Html Css Color HEX #526549 Tom Thumb

📋 copy color: '#526549'

red 82 ◦ green 101 ◦ blue 73

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

Shades of Tom Thumb #526549

Tints of Tom Thumb #526549

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.45%

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

R = 32.03%
G = 39.45%
B = 28.52%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.28

 K value IS 0.60

RGB Variations

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

Color information

#526549 (or 0x526549) is known color: Tom Thumb. HEX triplet: 52, 65 and 49. RGB value is (82,101,73). Sum of RGB (Red+Green+Blue) = 82+101+73=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 101 (39.84% from 255 or 39.45% from 256); Blue value is 73 (28.91% from 255 or 28.52% from 256); Max value from RGB is 101 - color contains mainly: green. Hex color #526549 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526549 is #AD9AB6. Grayscale: #5C5C5C. Windows color (decimal): -11377335 or 4810066. OLE color: 4810066.

HSL color Cylindrical-coordinate representation of color #526549: hue angle of 100.71º degrees, saturation: 0.16, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526549 is Cyan = 0.19, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 101 73 -
CMYK 0.19 0 0.28 0.60
HSL 100.71º 0.16% 0.34% -
HSV(B) 100.71º 0.28% 0.4% -
XYZ 9.34 11.58 8.05 -
YUV 92.13 117.21 120.78 -
System Red Green Blue C M Y K H S L
Decimal 82 101 73 0.19 0 0.28 0.60 100.71 0.16 0.34
Hex 52 65 49 13 0 1C 3C 65 10 22
Octal 122 145 111 23 0 34 74 145 20 42
Binary 1010010 1100101 1001001 10011 0 11100 111100 1100101 10000 100010

Color Harmonies of #526549

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526549

Black with #526549

Text Example


Text Example

White with #526549

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526549; }

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

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

background-color css

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

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

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

border-color css

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

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

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