Html Css Color HEX #506048 Tom Thumb

📋 copy color: '#506048'

red 80 ◦ green 96 ◦ blue 72

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

Shades of Tom Thumb #506048

Tints of Tom Thumb #506048

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.71%

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

R = 32.26%
G = 38.71%
B = 29.03%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.25

 K value IS 0.62

RGB Variations

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

Color information

#506048 (or 0x506048) is known color: Tom Thumb. HEX triplet: 50, 60 and 48. RGB value is (80,96,72). Sum of RGB (Red+Green+Blue) = 80+96+72=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 96 (37.89% from 255 or 38.71% from 248); Blue value is 72 (28.52% from 255 or 29.03% from 248); Max value from RGB is 96 - color contains mainly: green. Hex color #506048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #506048 is #AF9FB7. Grayscale: #585858. Windows color (decimal): -11509688 or 4743248. OLE color: 4743248.

HSL color Cylindrical-coordinate representation of color #506048: hue angle of 100º degrees, saturation: 0.14, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #506048 is Cyan = 0.17, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 96 72 -
CMYK 0.17 0 0.25 0.62
HSL 100º 0.14% 0.33% -
HSV(B) 100º 0.25% 0.38% -
XYZ 8.66 10.54 7.71 -
YUV 88.48 118.7 121.95 -
System Red Green Blue C M Y K H S L
Decimal 80 96 72 0.17 0 0.25 0.62 100 0.14 0.33
Hex 50 60 48 11 0 19 3E 64 E 21
Octal 120 140 110 21 0 31 76 144 16 41
Binary 1010000 1100000 1001000 10001 0 11001 111110 1100100 1110 100001

Color Harmonies of #506048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #506048

Black with #506048

Text Example


Text Example

White with #506048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #506048; }

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

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

background-color css

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

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

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

border-color css

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

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

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