Html Css Color HEX #526649 Tom Thumb

📋 copy color: '#526649'

red 82 ◦ green 102 ◦ blue 73

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

Shades of Tom Thumb #526649

Tints of Tom Thumb #526649

RGB

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

 GREEN value IS 102 (40.23% from 255) = 39.69%

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

R = 31.91%
G = 39.69%
B = 28.4%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.28

 K value IS 0.6

RGB Variations

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

Color information

#526649 (or 0x526649) is known color: Tom Thumb. HEX triplet: 52, 66 and 49. RGB value is (82,102,73). Sum of RGB (Red+Green+Blue) = 82+102+73=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 102 (40.23% from 255 or 39.69% from 257); Blue value is 73 (28.91% from 255 or 28.40% from 257); Max value from RGB is 102 - color contains mainly: green. Hex color #526649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526649 is #AD99B6. Grayscale: #5C5C5C. Windows color (decimal): -11377079 or 4810322. OLE color: 4810322.

HSL color Cylindrical-coordinate representation of color #526649: hue angle of 101.38º degrees, saturation: 0.17, 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 #526649 is Cyan = 0.20, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.6.

Color convert

RGB 82 102 73 -
CMYK 0.20 0 0.28 0.6
HSL 101.38º 0.17% 0.34% -
HSV(B) 101.38º 0.28% 0.4% -
XYZ 9.43 11.78 8.08 -
YUV 92.71 116.87 120.36 -
System Red Green Blue C M Y K H S L
Decimal 82 102 73 0.20 0 0.28 0.6 101.38 0.17 0.34
Hex 52 66 49 14 0 1C 3C 65 11 22
Octal 122 146 111 24 0 34 74 145 21 42
Binary 1010010 1100110 1001001 10100 0 11100 111100 1100101 10001 100010

Color Harmonies of #526649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526649

Black with #526649

Text Example


Text Example

White with #526649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526649; }

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

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

background-color css

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

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

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

border-color css

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

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

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