#48663D

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

Shades of Tom Thumb #48663D

Tints of Tom Thumb #48663D

Color information

#48663D (or 0x48663D) is unknown color: approx Tom Thumb. HEX triplet: 48, 66 and 3D. RGB value is (72,102,61). Sum of RGB (Red+Green+Blue) = 72+102+61=235 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.64% from 235); Green value is 102 (40.23% from 255 or 43.40% from 235); Blue value is 61 (24.22% from 255 or 25.96% from 235); Max value from RGB is 102 - color contains mainly: green. Hex color #48663D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48663D is #B799C2. Grayscale: #585858. Windows color (decimal): -12032451 or 4023880. OLE color: 4023880.

HSL color Cylindrical-coordinate representation of color #48663D: hue angle of 103.9º degrees, saturation: 0.25, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #48663D is Cyan = 0.29, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.6.

Color convert

RGB7210261-
CMYK0.2900.400.6
HSL103.9º25.15%31.96%-
HSV(B)103.9º40.2%40%-
XYZ8.2711.226.14-
YUV88.36112.56116.33-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.64%
GREEN value IS 102 (40.23% from 255) = 43.40%
BLUE value IS 61 (24.22% from 255) = 25.96%
R=30.64%
G=43.40%
B=25.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102610.2900.400.6103.925.1531.96
Hex48663D1D0283C681920
Octal1101467535050741503140
Binary10010001100110111101111010101000111100110100011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48663D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48663D; }

 p { color: rgb(72,102,61); }

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

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

 a { background-color: rgb(72,102,61); }

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

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

 span { border-color: rgb(72,102,61); }

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