Html Css Color HEX #526C4A Tom Thumb

📋 copy color: '#526C4A'

red 82 ◦ green 108 ◦ blue 74

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

Shades of Tom Thumb #526C4A

Tints of Tom Thumb #526C4A

RGB

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

 GREEN value IS 108 (42.58% from 255) = 40.91%

 BLUE value IS 74 (29.3% from 255) = 28.03%

R = 31.06%
G = 40.91%
B = 28.03%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.31

 K value IS 0.58

RGB Variations

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

Color information

#526C4A (or 0x526C4A) is known color: Tom Thumb. HEX triplet: 52, 6C and 4A. RGB value is (82,108,74). Sum of RGB (Red+Green+Blue) = 82+108+74=264 (34% of max value = 765). Red value is 82 (32.42% from 255 or 31.06% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 74 (29.30% from 255 or 28.03% from 264); Max value from RGB is 108 - color contains mainly: green. Hex color #526C4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #526C4A is #AD93B5. Grayscale: #606060. Windows color (decimal): -11375542 or 4877394. OLE color: 4877394.

HSL color Cylindrical-coordinate representation of color #526C4A: hue angle of 105.88º degrees, saturation: 0.19, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #526C4A is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.58.

Color convert

RGB 82 108 74 -
CMYK 0.24 0 0.31 0.58
HSL 105.88º 0.19% 0.36% -
HSV(B) 105.88º 0.31% 0.42% -
XYZ 10.08 13.01 8.46 -
YUV 96.35 115.39 117.76 -
System Red Green Blue C M Y K H S L
Decimal 82 108 74 0.24 0 0.31 0.58 105.88 0.19 0.36
Hex 52 6C 4A 18 0 1F 3A 6A 13 24
Octal 122 154 112 30 0 37 72 152 23 44
Binary 1010010 1101100 1001010 11000 0 11111 111010 1101010 10011 100100

Color Harmonies of #526C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #526C4A

Black with #526C4A

Text Example


Text Example

White with #526C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #526C4A; }

 p { color: rgb(82,108,74); }

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

background-color css

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

 a { background-color: rgb(82,108,74); }

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

border-color css

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

 span { border-color: rgb(82,108,74); }

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