Html Css Color HEX #526744 Tom Thumb

📋 copy color: '#526744'

red 82 ◦ green 103 ◦ blue 68

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

Shades of Tom Thumb #526744

Tints of Tom Thumb #526744

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 26.88%

R = 32.41%
G = 40.71%
B = 26.88%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.34

 K value IS 0.60

RGB Variations

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

Color information

#526744 (or 0x526744) is known color: Tom Thumb. HEX triplet: 52, 67 and 44. RGB value is (82,103,68). Sum of RGB (Red+Green+Blue) = 82+103+68=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 103 (40.62% from 255 or 40.71% from 253); Blue value is 68 (26.95% from 255 or 26.88% from 253); Max value from RGB is 103 - color contains mainly: green. Hex color #526744 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526744 is #AD98BB. Grayscale: #5C5C5C. Windows color (decimal): -11376828 or 4482898. OLE color: 4482898.

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

Color convert

RGB 82 103 68 -
CMYK 0.20 0 0.34 0.60
HSL 96º 0.2% 0.34% -
HSV(B) 96º 0.34% 0.4% -
XYZ 9.37 11.91 7.27 -
YUV 92.73 114.04 120.35 -
System Red Green Blue C M Y K H S L
Decimal 82 103 68 0.20 0 0.34 0.60 96 0.2 0.34
Hex 52 67 44 14 0 22 3C 60 14 22
Octal 122 147 104 24 0 42 74 140 24 42
Binary 1010010 1100111 1000100 10100 0 100010 111100 1100000 10100 100010

Color Harmonies of #526744

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526744

Black with #526744

Text Example


Text Example

White with #526744

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526744; }

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

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

background-color css

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

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

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

border-color css

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

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

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