Html Css Color HEX #526C48 Tom Thumb

📋 copy color: '#526C48'

red 82 ◦ green 108 ◦ blue 72

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

Shades of Tom Thumb #526C48

Tints of Tom Thumb #526C48

RGB

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

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

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

R = 31.3%
G = 41.22%
B = 27.48%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#526C48 (or 0x526C48) is known color: Tom Thumb. HEX triplet: 52, 6C and 48. RGB value is (82,108,72). Sum of RGB (Red+Green+Blue) = 82+108+72=262 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.30% from 262); Green value is 108 (42.58% from 255 or 41.22% from 262); Blue value is 72 (28.52% from 255 or 27.48% from 262); Max value from RGB is 108 - color contains mainly: green. Hex color #526C48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C48 is #AD93B7. Grayscale: #606060. Windows color (decimal): -11375544 or 4746322. OLE color: 4746322.

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

Color convert

RGB 82 108 72 -
CMYK 0.24 0 0.33 0.58
HSL 103.33º 0.2% 0.35% -
HSV(B) 103.33º 0.33% 0.42% -
XYZ 10.01 12.99 8.11 -
YUV 96.12 114.39 117.93 -
System Red Green Blue C M Y K H S L
Decimal 82 108 72 0.24 0 0.33 0.58 103.33 0.2 0.35
Hex 52 6C 48 18 0 21 3A 67 14 23
Octal 122 154 110 30 0 41 72 147 24 43
Binary 1010010 1101100 1001000 11000 0 100001 111010 1100111 10100 100011

Color Harmonies of #526C48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C48

Black with #526C48

Text Example


Text Example

White with #526C48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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