#48653F

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

Shades of Tom Thumb #48653F

Tints of Tom Thumb #48653F

Color information

#48653F (or 0x48653F) is unknown color: approx Tom Thumb. HEX triplet: 48, 65 and 3F. RGB value is (72,101,63). Sum of RGB (Red+Green+Blue) = 72+101+63=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 101 (39.84% from 255 or 42.80% from 236); Blue value is 63 (25% from 255 or 26.69% from 236); Max value from RGB is 101 - color contains mainly: green. Hex color #48653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48653F is #B79AC0. Grayscale: #585858. Windows color (decimal): -12032705 or 4154696. OLE color: 4154696.

HSL color Cylindrical-coordinate representation of color #48653F: hue angle of 105.79º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48653F is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.

Color convert

RGB7210163-
CMYK0.2900.380.60
HSL105.79º23.17%32.16%-
HSV(B)105.79º37.62%39.61%-
XYZ8.2211.046.4-
YUV88113.89116.59-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 101 (39.84% from 255) = 42.80%
BLUE value IS 63 (25% from 255) = 26.69%
R=30.51%
G=42.80%
B=26.69%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101630.2900.380.60105.7923.1732.16
Hex48653F1D0263C6a1720
Octal1101457735046741522740
Binary10010001100101111111111010100110111100110101010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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