Html Css Color HEX #526845 Tom Thumb

📋 copy color: '#526845'

red 82 ◦ green 104 ◦ blue 69

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

Shades of Tom Thumb #526845

Tints of Tom Thumb #526845

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 27.06%

R = 32.16%
G = 40.78%
B = 27.06%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.34

 K value IS 0.59

RGB Variations

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

Color information

#526845 (or 0x526845) is known color: Tom Thumb. HEX triplet: 52, 68 and 45. RGB value is (82,104,69). Sum of RGB (Red+Green+Blue) = 82+104+69=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 69 (27.34% from 255 or 27.06% from 255); Max value from RGB is 104 - color contains mainly: green. Hex color #526845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526845 is #AD97BA. Grayscale: #5D5D5D. Windows color (decimal): -11376571 or 4548690. OLE color: 4548690.

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

Color convert

RGB 82 104 69 -
CMYK 0.21 0 0.34 0.59
HSL 97.71º 0.2% 0.34% -
HSV(B) 97.71º 0.34% 0.41% -
XYZ 9.5 12.12 7.47 -
YUV 93.43 114.21 119.85 -
System Red Green Blue C M Y K H S L
Decimal 82 104 69 0.21 0 0.34 0.59 97.71 0.2 0.34
Hex 52 68 45 15 0 22 3B 62 14 22
Octal 122 150 105 25 0 42 73 142 24 42
Binary 1010010 1101000 1000101 10101 0 100010 111011 1100010 10100 100010

Color Harmonies of #526845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526845

Black with #526845

Text Example


Text Example

White with #526845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526845; }

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

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

background-color css

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

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

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

border-color css

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

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

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