#48653C

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

Shades of Tom Thumb #48653C

Tints of Tom Thumb #48653C

Color information

#48653C (or 0x48653C) is unknown color: approx Tom Thumb. HEX triplet: 48, 65 and 3C. RGB value is (72,101,60). Sum of RGB (Red+Green+Blue) = 72+101+60=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 101 (39.84% from 255 or 43.35% from 233); Blue value is 60 (23.83% from 255 or 25.75% from 233); Max value from RGB is 101 - color contains mainly: green. Hex color #48653C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48653C is #B79AC3. Grayscale: #575757. Windows color (decimal): -12032708 or 3958088. OLE color: 3958088.

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

Color convert

RGB7210160-
CMYK0.2900.410.60
HSL102.44º25.47%31.57%-
HSV(B)102.44º40.59%39.61%-
XYZ8.1411.015.97-
YUV87.66112.39116.83-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 101 (39.84% from 255) = 43.35%
BLUE value IS 60 (23.83% from 255) = 25.75%
R=30.90%
G=43.35%
B=25.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal72101600.2900.410.60102.4425.4731.57
Hex48653C1D0293C661920
Octal1101457435051741463140
Binary10010001100101111100111010101001111100110011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48653C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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