Html Css Color HEX #526149 Tom Thumb

📋 copy color: '#526149'

red 82 ◦ green 97 ◦ blue 73

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

Shades of Tom Thumb #526149

Tints of Tom Thumb #526149

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.49%

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

R = 32.54%
G = 38.49%
B = 28.97%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#526149 (or 0x526149) is known color: Tom Thumb. HEX triplet: 52, 61 and 49. RGB value is (82,97,73). Sum of RGB (Red+Green+Blue) = 82+97+73=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 97 (38.28% from 255 or 38.49% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 97 - color contains mainly: green. Hex color #526149 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526149 is #AD9EB6. Grayscale: #595959. Windows color (decimal): -11378359 or 4809042. OLE color: 4809042.

HSL color Cylindrical-coordinate representation of color #526149: hue angle of 97.5º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #526149 is Cyan = 0.15, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 73 -
CMYK 0.15 0 0.25 0.62
HSL 97.5º 0.14% 0.33% -
HSV(B) 97.5º 0.25% 0.38% -
XYZ 8.96 10.82 7.92 -
YUV 89.78 118.53 122.45 -
System Red Green Blue C M Y K H S L
Decimal 82 97 73 0.15 0 0.25 0.62 97.5 0.14 0.33
Hex 52 61 49 F 0 19 3E 62 E 21
Octal 122 141 111 17 0 31 76 142 16 41
Binary 1010010 1100001 1001001 1111 0 11001 111110 1100010 1110 100001

Color Harmonies of #526149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526149

Black with #526149

Text Example


Text Example

White with #526149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526149; }

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

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

background-color css

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

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

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

border-color css

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

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

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