Html Css Color HEX #526B48 Tom Thumb

📋 copy color: '#526B48'

red 82 ◦ green 107 ◦ blue 72

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

Shades of Tom Thumb #526B48

Tints of Tom Thumb #526B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 41%

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

R = 31.42%
G = 41%
B = 27.59%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#526B48 (or 0x526B48) is known color: Tom Thumb. HEX triplet: 52, 6B and 48. RGB value is (82,107,72). Sum of RGB (Red+Green+Blue) = 82+107+72=261 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.42% from 261); Green value is 107 (42.19% from 255 or 41.00% from 261); Blue value is 72 (28.52% from 255 or 27.59% from 261); Max value from RGB is 107 - color contains mainly: green. Hex color #526B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526B48 is #AD94B7. Grayscale: #5F5F5F. Windows color (decimal): -11375800 or 4746066. OLE color: 4746066.

HSL color Cylindrical-coordinate representation of color #526B48: hue angle of 102.86º 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 #526B48 is Cyan = 0.23, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 107 72 -
CMYK 0.23 0 0.33 0.58
HSL 102.86º 0.2% 0.35% -
HSV(B) 102.86º 0.33% 0.42% -
XYZ 9.91 12.78 8.07 -
YUV 95.54 114.72 118.35 -
System Red Green Blue C M Y K H S L
Decimal 82 107 72 0.23 0 0.33 0.58 102.86 0.2 0.35
Hex 52 6B 48 17 0 21 3A 67 14 23
Octal 122 153 110 27 0 41 72 147 24 43
Binary 1010010 1101011 1001000 10111 0 100001 111010 1100111 10100 100011

Color Harmonies of #526B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526B48

Black with #526B48

Text Example


Text Example

White with #526B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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