Html Css Color HEX #526C44 Tom Thumb

📋 copy color: '#526C44'

red 82 ◦ green 108 ◦ blue 68

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

Shades of Tom Thumb #526C44

Tints of Tom Thumb #526C44

RGB

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

 GREEN value IS 108 (42.58% from 255) = 41.86%

 BLUE value IS 68 (26.95% from 255) = 26.36%

R = 31.78%
G = 41.86%
B = 26.36%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.37

 K value IS 0.58

RGB Variations

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

Color information

#526C44 (or 0x526C44) is known color: Tom Thumb. HEX triplet: 52, 6C and 44. RGB value is (82,108,68). Sum of RGB (Red+Green+Blue) = 82+108+68=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 108 (42.58% from 255 or 41.86% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 108 - color contains mainly: green. Hex color #526C44 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C44 is #AD93BB. Grayscale: #5F5F5F. Windows color (decimal): -11375548 or 4484178. OLE color: 4484178.

HSL color Cylindrical-coordinate representation of color #526C44: hue angle of 99º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #526C44 is Cyan = 0.24, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 68 -
CMYK 0.24 0 0.37 0.58
HSL 99º 0.23% 0.35% -
HSV(B) 99º 0.37% 0.42% -
XYZ 9.89 12.94 7.44 -
YUV 95.67 112.39 118.25 -
System Red Green Blue C M Y K H S L
Decimal 82 108 68 0.24 0 0.37 0.58 99 0.23 0.35
Hex 52 6C 44 18 0 25 3A 63 17 23
Octal 122 154 104 30 0 45 72 143 27 43
Binary 1010010 1101100 1000100 11000 0 100101 111010 1100011 10111 100011

Color Harmonies of #526C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C44

Black with #526C44

Text Example


Text Example

White with #526C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526C44; }

 p { color: rgb(82,108,68); }

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

background-color css

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

 a { background-color: rgb(82,108,68); }

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

border-color css

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

 span { border-color: rgb(82,108,68); }

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