Html Css Color HEX #526747 Tom Thumb

📋 copy color: '#526747'

red 82 ◦ green 103 ◦ blue 71

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

Shades of Tom Thumb #526747

Tints of Tom Thumb #526747

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.23%

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

R = 32.03%
G = 40.23%
B = 27.73%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.31

 K value IS 0.60

RGB Variations

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

Color information

#526747 (or 0x526747) is known color: Tom Thumb. HEX triplet: 52, 67 and 47. RGB value is (82,103,71). Sum of RGB (Red+Green+Blue) = 82+103+71=256 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.03% from 256); Green value is 103 (40.62% from 255 or 40.23% from 256); Blue value is 71 (28.12% from 255 or 27.73% from 256); Max value from RGB is 103 - color contains mainly: green. Hex color #526747 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526747 is #AD98B8. Grayscale: #5D5D5D. Windows color (decimal): -11376825 or 4679506. OLE color: 4679506.

HSL color Cylindrical-coordinate representation of color #526747: hue angle of 99.38º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526747 is Cyan = 0.20, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 71 -
CMYK 0.20 0 0.31 0.60
HSL 99.38º 0.18% 0.34% -
HSV(B) 99.38º 0.31% 0.4% -
XYZ 9.47 11.95 7.77 -
YUV 93.07 115.54 120.1 -
System Red Green Blue C M Y K H S L
Decimal 82 103 71 0.20 0 0.31 0.60 99.38 0.18 0.34
Hex 52 67 47 14 0 1F 3C 63 12 22
Octal 122 147 107 24 0 37 74 143 22 42
Binary 1010010 1100111 1000111 10100 0 11111 111100 1100011 10010 100010

Color Harmonies of #526747

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526747

Black with #526747

Text Example


Text Example

White with #526747

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526747; }

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

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

background-color css

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

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

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

border-color css

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

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

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