Html Css Color HEX #526D48 Tom Thumb

📋 copy color: '#526D48'

red 82 ◦ green 109 ◦ blue 72

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

Shades of Tom Thumb #526D48

Tints of Tom Thumb #526D48

RGB

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

 GREEN value IS 109 (42.97% from 255) = 41.44%

 BLUE value IS 72 (28.52% from 255) = 27.38%

R = 31.18%
G = 41.44%
B = 27.38%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.34

 K value IS 0.57

RGB Variations

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

Color information

#526D48 (or 0x526D48) is known color: Tom Thumb. HEX triplet: 52, 6D and 48. RGB value is (82,109,72). Sum of RGB (Red+Green+Blue) = 82+109+72=263 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.18% from 263); Green value is 109 (42.97% from 255 or 41.44% from 263); Blue value is 72 (28.52% from 255 or 27.38% from 263); Max value from RGB is 109 - color contains mainly: green. Hex color #526D48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526D48 is #AD92B7. Grayscale: #606060. Windows color (decimal): -11375288 or 4746578. OLE color: 4746578.

HSL color Cylindrical-coordinate representation of color #526D48: hue angle of 103.78º degrees, saturation: 0.2, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #526D48 is Cyan = 0.25, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.57.

Color convert

RGB 82 109 72 -
CMYK 0.25 0 0.34 0.57
HSL 103.78º 0.2% 0.35% -
HSV(B) 103.78º 0.34% 0.43% -
XYZ 10.12 13.2 8.15 -
YUV 96.71 114.05 117.51 -
System Red Green Blue C M Y K H S L
Decimal 82 109 72 0.25 0 0.34 0.57 103.78 0.2 0.35
Hex 52 6D 48 19 0 22 39 68 14 23
Octal 122 155 110 31 0 42 71 150 24 43
Binary 1010010 1101101 1001000 11001 0 100010 111001 1101000 10100 100011

Color Harmonies of #526D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526D48

Black with #526D48

Text Example


Text Example

White with #526D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,109,72); }

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

background-color css

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

 a { background-color: rgb(82,109,72); }

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

border-color css

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

 span { border-color: rgb(82,109,72); }

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