Html Css Color HEX #526849 Tom Thumb

📋 copy color: '#526849'

red 82 ◦ green 104 ◦ blue 73

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

Shades of Tom Thumb #526849

Tints of Tom Thumb #526849

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.15%

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

R = 31.66%
G = 40.15%
B = 28.19%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#526849 (or 0x526849) is known color: Tom Thumb. HEX triplet: 52, 68 and 49. RGB value is (82,104,73). Sum of RGB (Red+Green+Blue) = 82+104+73=259 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.66% from 259); Green value is 104 (41.02% from 255 or 40.15% from 259); Blue value is 73 (28.91% from 255 or 28.19% from 259); Max value from RGB is 104 - color contains mainly: green. Hex color #526849 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526849 is #AD97B6. Grayscale: #5D5D5D. Windows color (decimal): -11376567 or 4810834. OLE color: 4810834.

HSL color Cylindrical-coordinate representation of color #526849: hue angle of 102.58º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #526849 is Cyan = 0.21, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 73 -
CMYK 0.21 0 0.30 0.59
HSL 102.58º 0.18% 0.35% -
HSV(B) 102.58º 0.3% 0.41% -
XYZ 9.63 12.18 8.15 -
YUV 93.89 116.21 119.52 -
System Red Green Blue C M Y K H S L
Decimal 82 104 73 0.21 0 0.30 0.59 102.58 0.18 0.35
Hex 52 68 49 15 0 1E 3B 67 12 23
Octal 122 150 111 25 0 36 73 147 22 43
Binary 1010010 1101000 1001001 10101 0 11110 111011 1100111 10010 100011

Color Harmonies of #526849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526849

Black with #526849

Text Example


Text Example

White with #526849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526849; }

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

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

background-color css

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

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

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

border-color css

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

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

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