Html Css Color HEX #52614A Tom Thumb

📋 copy color: '#52614A'

red 82 ◦ green 97 ◦ blue 74

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

Shades of Tom Thumb #52614A

Tints of Tom Thumb #52614A

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.34%

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

R = 32.41%
G = 38.34%
B = 29.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#52614A (or 0x52614A) is known color: Tom Thumb. HEX triplet: 52, 61 and 4A. RGB value is (82,97,74). Sum of RGB (Red+Green+Blue) = 82+97+74=253 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.41% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 74 (29.30% from 255 or 29.25% from 253); Max value from RGB is 97 - color contains mainly: green. Hex color #52614A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52614A is #AD9EB5. Grayscale: #595959. Windows color (decimal): -11378358 or 4874578. OLE color: 4874578.

HSL color Cylindrical-coordinate representation of color #52614A: hue angle of 99.13º degrees, saturation: 0.13, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #52614A is Cyan = 0.15, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 82 97 74 -
CMYK 0.15 0 0.24 0.62
HSL 99.13º 0.13% 0.34% -
HSV(B) 99.13º 0.24% 0.38% -
XYZ 8.99 10.84 8.1 -
YUV 89.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 82 97 74 0.15 0 0.24 0.62 99.13 0.13 0.34
Hex 52 61 4A F 0 18 3E 63 D 22
Octal 122 141 112 17 0 30 76 143 15 42
Binary 1010010 1100001 1001010 1111 0 11000 111110 1100011 1101 100010

Color Harmonies of #52614A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52614A

Black with #52614A

Text Example


Text Example

White with #52614A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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