Html Css Color HEX #526843 Tom Thumb

📋 copy color: '#526843'

red 82 ◦ green 104 ◦ blue 67

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

Shades of Tom Thumb #526843

Tints of Tom Thumb #526843

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 26.48%

R = 32.41%
G = 41.11%
B = 26.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.36

 K value IS 0.59

RGB Variations

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

Color information

#526843 (or 0x526843) is known color: Tom Thumb. HEX triplet: 52, 68 and 43. RGB value is (82,104,67). Sum of RGB (Red+Green+Blue) = 82+104+67=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 104 (41.02% from 255 or 41.11% from 253); Blue value is 67 (26.56% from 255 or 26.48% from 253); Max value from RGB is 104 - color contains mainly: green. Hex color #526843 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526843 is #AD97BC. Grayscale: #5D5D5D. Windows color (decimal): -11376573 or 4417618. OLE color: 4417618.

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

Color convert

RGB 82 104 67 -
CMYK 0.21 0 0.36 0.59
HSL 95.68º 0.22% 0.34% -
HSV(B) 95.68º 0.36% 0.41% -
XYZ 9.44 12.1 7.15 -
YUV 93.2 113.21 120.01 -
System Red Green Blue C M Y K H S L
Decimal 82 104 67 0.21 0 0.36 0.59 95.68 0.22 0.34
Hex 52 68 43 15 0 24 3B 60 16 22
Octal 122 150 103 25 0 44 73 140 26 42
Binary 1010010 1101000 1000011 10101 0 100100 111011 1100000 10110 100010

Color Harmonies of #526843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526843

Black with #526843

Text Example


Text Example

White with #526843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526843; }

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

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

background-color css

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

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

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

border-color css

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

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

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