#48673E

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

Shades of Tom Thumb #48673E

Tints of Tom Thumb #48673E

Color information

#48673E (or 0x48673E) is unknown color: approx Tom Thumb. HEX triplet: 48, 67 and 3E. RGB value is (72,103,62). Sum of RGB (Red+Green+Blue) = 72+103+62=237 (31% of max value = 765). Red value is 72 (28.52% from 255 or 30.38% from 237); Green value is 103 (40.62% from 255 or 43.46% from 237); Blue value is 62 (24.61% from 255 or 26.16% from 237); Max value from RGB is 103 - color contains mainly: green. Hex color #48673E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48673E is #B798C1. Grayscale: #595959. Windows color (decimal): -12032194 or 4089672. OLE color: 4089672.

HSL color Cylindrical-coordinate representation of color #48673E: hue angle of 105.37º 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 #48673E is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.60.

Color convert

RGB7210362-
CMYK0.3000.400.60
HSL105.37º24.85%32.35%-
HSV(B)105.37º39.81%40.39%-
XYZ8.3911.436.32-
YUV89.06112.73115.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.38%
GREEN value IS 103 (40.62% from 255) = 43.46%
BLUE value IS 62 (24.61% from 255) = 26.16%
R=30.38%
G=43.46%
B=26.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72103620.3000.400.60105.3724.8532.35
Hex48673E1E0283C691920
Octal1101477636050741513140
Binary10010001100111111110111100101000111100110100111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48673E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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