Html Css Color HEX #526749 Tom Thumb

📋 copy color: '#526749'

red 82 ◦ green 103 ◦ blue 73

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

Shades of Tom Thumb #526749

Tints of Tom Thumb #526749

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 28.29%

R = 31.78%
G = 39.92%
B = 28.29%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.29

 K value IS 0.60

RGB Variations

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

Color information

#526749 (or 0x526749) is known color: Tom Thumb. HEX triplet: 52, 67 and 49. RGB value is (82,103,73). Sum of RGB (Red+Green+Blue) = 82+103+73=258 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.78% from 258); Green value is 103 (40.62% from 255 or 39.92% from 258); Blue value is 73 (28.91% from 255 or 28.29% from 258); Max value from RGB is 103 - color contains mainly: green. Hex color #526749 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526749 is #AD98B6. Grayscale: #5D5D5D. Windows color (decimal): -11376823 or 4810578. OLE color: 4810578.

HSL color Cylindrical-coordinate representation of color #526749: hue angle of 102º degrees, saturation: 0.17, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #526749 is Cyan = 0.20, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.60.

Color convert

RGB 82 103 73 -
CMYK 0.20 0 0.29 0.60
HSL 102º 0.17% 0.35% -
HSV(B) 102º 0.29% 0.4% -
XYZ 9.53 11.98 8.11 -
YUV 93.3 116.54 119.94 -
System Red Green Blue C M Y K H S L
Decimal 82 103 73 0.20 0 0.29 0.60 102 0.17 0.35
Hex 52 67 49 14 0 1D 3C 66 11 23
Octal 122 147 111 24 0 35 74 146 21 43
Binary 1010010 1100111 1001001 10100 0 11101 111100 1100110 10001 100011

Color Harmonies of #526749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526749

Black with #526749

Text Example


Text Example

White with #526749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526749; }

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

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

background-color css

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

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

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

border-color css

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

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

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