#48683F

Color #48683F Tom Thumb (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tom Thumb #48683F

Tints of Tom Thumb #48683F

Color information

#48683F (or 0x48683F) is unknown color: approx Tom Thumb. HEX triplet: 48, 68 and 3F. RGB value is (72,104,63). Sum of RGB (Red+Green+Blue) = 72+104+63=239 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.13% from 239); Green value is 104 (41.02% from 255 or 43.51% from 239); Blue value is 63 (25% from 255 or 26.36% from 239); Max value from RGB is 104 - color contains mainly: green. Hex color #48683F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48683F is #B797C0. Grayscale: #595959. Windows color (decimal): -12031937 or 4155464. OLE color: 4155464.

HSL color Cylindrical-coordinate representation of color #48683F: hue angle of 106.83º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #48683F is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.59.

Color convert

RGB7210463-
CMYK0.3100.390.59
HSL106.83º24.55%32.75%-
HSV(B)106.83º39.42%40.78%-
XYZ8.5211.646.5-
YUV89.76112.9115.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.13%
GREEN value IS 104 (41.02% from 255) = 43.51%
BLUE value IS 63 (25% from 255) = 26.36%
R=30.13%
G=43.51%
B=26.36%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72104630.3100.390.59106.8324.5532.75
Hex48683F1F0273B6b1921
Octal1101507737047731533141
Binary10010001101000111111111110100111111011110101111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48683F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48683F; }

 p { color: rgb(72,104,63); }

 H1.HeaderClassName
 {
   color: #48683F;
 }
 .AnyTagClassName
 {
   color: #48683F;
 }
</style>
background-color css

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

 a { background-color: rgb(72,104,63); }

 div.DivClassName
 {
   background-color: #48683F;
 }
 .BgClassName
 {
   background-color: #48683F;
 }
</style>
border-color css

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

 span { border-color: rgb(72,104,63); }

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