Html Css Color HEX #526347 Tom Thumb

📋 copy color: '#526347'

red 82 ◦ green 99 ◦ blue 71

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

Shades of Tom Thumb #526347

Tints of Tom Thumb #526347

RGB

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

 GREEN value IS 99 (39.06% from 255) = 39.29%

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

R = 32.54%
G = 39.29%
B = 28.17%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.28

 K value IS 0.61

RGB Variations

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

Color information

#526347 (or 0x526347) is known color: Tom Thumb. HEX triplet: 52, 63 and 47. RGB value is (82,99,71). Sum of RGB (Red+Green+Blue) = 82+99+71=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 99 (39.06% from 255 or 39.29% from 252); Blue value is 71 (28.12% from 255 or 28.17% from 252); Max value from RGB is 99 - color contains mainly: green. Hex color #526347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526347 is #AD9CB8. Grayscale: #5A5A5A. Windows color (decimal): -11377849 or 4678482. OLE color: 4678482.

HSL color Cylindrical-coordinate representation of color #526347: hue angle of 96.43º degrees, saturation: 0.16, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #526347 is Cyan = 0.17, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 71 -
CMYK 0.17 0 0.28 0.61
HSL 96.43º 0.16% 0.33% -
HSV(B) 96.43º 0.28% 0.39% -
XYZ 9.08 11.17 7.64 -
YUV 90.73 116.87 121.78 -
System Red Green Blue C M Y K H S L
Decimal 82 99 71 0.17 0 0.28 0.61 96.43 0.16 0.33
Hex 52 63 47 11 0 1C 3D 60 10 21
Octal 122 143 107 21 0 34 75 140 20 41
Binary 1010010 1100011 1000111 10001 0 11100 111101 1100000 10000 100001

Color Harmonies of #526347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526347

Black with #526347

Text Example


Text Example

White with #526347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526347; }

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

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

background-color css

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

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

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

border-color css

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

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

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