Html Css Color HEX #526848 Tom Thumb

📋 copy color: '#526848'

red 82 ◦ green 104 ◦ blue 72

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

Shades of Tom Thumb #526848

Tints of Tom Thumb #526848

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.31%

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

R = 31.78%
G = 40.31%
B = 27.91%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.31

 K value IS 0.59

RGB Variations

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

Color information

#526848 (or 0x526848) is known color: Tom Thumb. HEX triplet: 52, 68 and 48. RGB value is (82,104,72). Sum of RGB (Red+Green+Blue) = 82+104+72=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 104 (41.02% from 255 or 40.31% from 258); Blue value is 72 (28.52% from 255 or 27.91% from 258); Max value from RGB is 104 - color contains mainly: green. Hex color #526848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526848 is #AD97B7. Grayscale: #5D5D5D. Windows color (decimal): -11376568 or 4745298. OLE color: 4745298.

HSL color Cylindrical-coordinate representation of color #526848: hue angle of 101.25º degrees, saturation: 0.18, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526848 is Cyan = 0.21, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB 82 104 72 -
CMYK 0.21 0 0.31 0.59
HSL 101.25º 0.18% 0.35% -
HSV(B) 101.25º 0.31% 0.41% -
XYZ 9.6 12.16 7.97 -
YUV 93.77 115.71 119.6 -
System Red Green Blue C M Y K H S L
Decimal 82 104 72 0.21 0 0.31 0.59 101.25 0.18 0.35
Hex 52 68 48 15 0 1F 3B 65 12 23
Octal 122 150 110 25 0 37 73 145 22 43
Binary 1010010 1101000 1001000 10101 0 11111 111011 1100101 10010 100011

Color Harmonies of #526848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526848

Black with #526848

Text Example


Text Example

White with #526848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526848; }

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

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

background-color css

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

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

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

border-color css

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

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

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