#48603E

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

Shades of Tom Thumb #48603E

Tints of Tom Thumb #48603E

Color information

#48603E (or 0x48603E) is unknown color: approx Tom Thumb. HEX triplet: 48, 60 and 3E. RGB value is (72,96,62). Sum of RGB (Red+Green+Blue) = 72+96+62=230 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.30% from 230); Green value is 96 (37.89% from 255 or 41.74% from 230); Blue value is 62 (24.61% from 255 or 26.96% from 230); Max value from RGB is 96 - color contains mainly: green. Hex color #48603E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48603E is #B79FC1. Grayscale: #555555. Windows color (decimal): -12033986 or 4087880. OLE color: 4087880.

HSL color Cylindrical-coordinate representation of color #48603E: hue angle of 102.35º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #48603E is Cyan = 0.25, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB729662-
CMYK0.2500.350.62
HSL102.35º21.52%30.98%-
HSV(B)102.35º35.42%37.65%-
XYZ7.7210.096.1-
YUV84.95115.05118.76-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.30%
GREEN value IS 96 (37.89% from 255) = 41.74%
BLUE value IS 62 (24.61% from 255) = 26.96%
R=31.30%
G=41.74%
B=26.96%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296620.2500.350.62102.3521.5230.98
Hex48603E190233E66161f
Octal1101407631043761462637
Binary1001000110000011111011001010001111111011001101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48603E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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