Html Css Color HEX #52634A Tom Thumb

📋 copy color: '#52634A'

red 82 ◦ green 99 ◦ blue 74

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

Shades of Tom Thumb #52634A

Tints of Tom Thumb #52634A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.82%

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

R = 32.16%
G = 38.82%
B = 29.02%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.61

RGB Variations

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

Color information

#52634A (or 0x52634A) is known color: Tom Thumb. HEX triplet: 52, 63 and 4A. RGB value is (82,99,74). Sum of RGB (Red+Green+Blue) = 82+99+74=255 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.16% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 74 (29.30% from 255 or 29.02% from 255); Max value from RGB is 99 - color contains mainly: green. Hex color #52634A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52634A is #AD9CB5. Grayscale: #5B5B5B. Windows color (decimal): -11377846 or 4875090. OLE color: 4875090.

HSL color Cylindrical-coordinate representation of color #52634A: hue angle of 100.8º degrees, saturation: 0.14, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #52634A is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB 82 99 74 -
CMYK 0.17 0 0.25 0.61
HSL 100.8º 0.14% 0.34% -
HSV(B) 100.8º 0.25% 0.39% -
XYZ 9.18 11.21 8.16 -
YUV 91.07 118.37 121.53 -
System Red Green Blue C M Y K H S L
Decimal 82 99 74 0.17 0 0.25 0.61 100.8 0.14 0.34
Hex 52 63 4A 11 0 19 3D 65 E 22
Octal 122 143 112 21 0 31 75 145 16 42
Binary 1010010 1100011 1001010 10001 0 11001 111101 1100101 1110 100010

Color Harmonies of #52634A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52634A

Black with #52634A

Text Example


Text Example

White with #52634A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52634A; }

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

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

background-color css

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

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

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

border-color css

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

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

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