Html Css Color HEX #505E48 Tom Thumb

📋 copy color: '#505E48'

red 80 ◦ green 94 ◦ blue 72

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

Shades of Tom Thumb #505E48

Tints of Tom Thumb #505E48

RGB

 RED value IS 80 (31.64% from 255) = 32.52%

 GREEN value IS 94 (37.11% from 255) = 38.21%

 BLUE value IS 72 (28.52% from 255) = 29.27%

R = 32.52%
G = 38.21%
B = 29.27%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.63

RGB Variations

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

Color information

#505E48 (or 0x505E48) is known color: Tom Thumb. HEX triplet: 50, 5E and 48. RGB value is (80,94,72). Sum of RGB (Red+Green+Blue) = 80+94+72=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 94 (37.11% from 255 or 38.21% from 246); Blue value is 72 (28.52% from 255 or 29.27% from 246); Max value from RGB is 94 - color contains mainly: green. Hex color #505E48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #505E48 is #AFA1B7. Grayscale: #575757. Windows color (decimal): -11510200 or 4742736. OLE color: 4742736.

HSL color Cylindrical-coordinate representation of color #505E48: hue angle of 98.18º degrees, saturation: 0.13, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #505E48 is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.63.

Color convert

RGB 80 94 72 -
CMYK 0.15 0 0.23 0.63
HSL 98.18º 0.13% 0.33% -
HSV(B) 98.18º 0.23% 0.37% -
XYZ 8.48 10.18 7.65 -
YUV 87.31 119.36 122.79 -
System Red Green Blue C M Y K H S L
Decimal 80 94 72 0.15 0 0.23 0.63 98.18 0.13 0.33
Hex 50 5E 48 F 0 17 3F 62 D 21
Octal 120 136 110 17 0 27 77 142 15 41
Binary 1010000 1011110 1001000 1111 0 10111 111111 1100010 1101 100001

Color Harmonies of #505E48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #505E48

Black with #505E48

Text Example


Text Example

White with #505E48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #505E48; }

 p { color: rgb(80,94,72); }

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

background-color css

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

 a { background-color: rgb(80,94,72); }

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

border-color css

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

 span { border-color: rgb(80,94,72); }

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