Html Css Color HEX #526547 Tom Thumb

📋 copy color: '#526547'

red 82 ◦ green 101 ◦ blue 71

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

Shades of Tom Thumb #526547

Tints of Tom Thumb #526547

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 27.95%

R = 32.28%
G = 39.76%
B = 27.95%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#526547 (or 0x526547) is known color: Tom Thumb. HEX triplet: 52, 65 and 47. RGB value is (82,101,71). Sum of RGB (Red+Green+Blue) = 82+101+71=254 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.28% from 254); Green value is 101 (39.84% from 255 or 39.76% from 254); Blue value is 71 (28.12% from 255 or 27.95% from 254); Max value from RGB is 101 - color contains mainly: green. Hex color #526547 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526547 is #AD9AB8. Grayscale: #5C5C5C. Windows color (decimal): -11377337 or 4678994. OLE color: 4678994.

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

Color convert

RGB 82 101 71 -
CMYK 0.19 0 0.30 0.60
HSL 98º 0.17% 0.34% -
HSV(B) 98º 0.3% 0.4% -
XYZ 9.27 11.56 7.7 -
YUV 91.9 116.21 120.94 -
System Red Green Blue C M Y K H S L
Decimal 82 101 71 0.19 0 0.30 0.60 98 0.17 0.34
Hex 52 65 47 13 0 1E 3C 62 11 22
Octal 122 145 107 23 0 36 74 142 21 42
Binary 1010010 1100101 1000111 10011 0 11110 111100 1100010 10001 100010

Color Harmonies of #526547

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526547

Black with #526547

Text Example


Text Example

White with #526547

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526547; }

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

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

background-color css

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

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

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

border-color css

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

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

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