#48663E

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

Shades of Tom Thumb #48663E

Tints of Tom Thumb #48663E

Color information

#48663E (or 0x48663E) is unknown color: approx Tom Thumb. HEX triplet: 48, 66 and 3E. RGB value is (72,102,62). Sum of RGB (Red+Green+Blue) = 72+102+62=236 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.51% from 236); Green value is 102 (40.23% from 255 or 43.22% from 236); Blue value is 62 (24.61% from 255 or 26.27% from 236); Max value from RGB is 102 - color contains mainly: green. Hex color #48663E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48663E is #B799C1. Grayscale: #585858. Windows color (decimal): -12032450 or 4089416. OLE color: 4089416.

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

Color convert

RGB7210262-
CMYK0.2900.390.6
HSL105º24.39%32.16%-
HSV(B)105º39.22%40%-
XYZ8.2911.236.29-
YUV88.47113.06116.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.51%
GREEN value IS 102 (40.23% from 255) = 43.22%
BLUE value IS 62 (24.61% from 255) = 26.27%
R=30.51%
G=43.22%
B=26.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal72102620.2900.390.610524.3932.16
Hex48663E1D0273C691820
Octal1101467635047741513040
Binary10010001100110111110111010100111111100110100111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48663E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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