Html Css Color HEX #526748 Tom Thumb

📋 copy color: '#526748'

red 82 ◦ green 103 ◦ blue 72

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

Shades of Tom Thumb #526748

Tints of Tom Thumb #526748

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.08%

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

R = 31.91%
G = 40.08%
B = 28.02%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.30

 K value IS 0.60

RGB Variations

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

Color information

#526748 (or 0x526748) is known color: Tom Thumb. HEX triplet: 52, 67 and 48. RGB value is (82,103,72). Sum of RGB (Red+Green+Blue) = 82+103+72=257 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.91% from 257); Green value is 103 (40.62% from 255 or 40.08% from 257); Blue value is 72 (28.52% from 255 or 28.02% from 257); Max value from RGB is 103 - color contains mainly: green. Hex color #526748 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526748 is #AD98B7. Grayscale: #5D5D5D. Windows color (decimal): -11376824 or 4745042. OLE color: 4745042.

HSL color Cylindrical-coordinate representation of color #526748: hue angle of 100.65º degrees, saturation: 0.18, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #526748 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 72 -
CMYK 0.20 0 0.30 0.60
HSL 100.65º 0.18% 0.34% -
HSV(B) 100.65º 0.3% 0.4% -
XYZ 9.5 11.96 7.94 -
YUV 93.19 116.04 120.02 -
System Red Green Blue C M Y K H S L
Decimal 82 103 72 0.20 0 0.30 0.60 100.65 0.18 0.34
Hex 52 67 48 14 0 1E 3C 65 12 22
Octal 122 147 110 24 0 36 74 145 22 42
Binary 1010010 1100111 1001000 10100 0 11110 111100 1100101 10010 100010

Color Harmonies of #526748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526748

Black with #526748

Text Example


Text Example

White with #526748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526748; }

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

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

background-color css

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

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

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

border-color css

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

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

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