#48633E

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

Shades of Tom Thumb #48633E

Tints of Tom Thumb #48633E

Color information

#48633E (or 0x48633E) is unknown color: approx Tom Thumb. HEX triplet: 48, 63 and 3E. RGB value is (72,99,62). Sum of RGB (Red+Green+Blue) = 72+99+62=233 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.90% from 233); Green value is 99 (39.06% from 255 or 42.49% from 233); Blue value is 62 (24.61% from 255 or 26.61% from 233); Max value from RGB is 99 - color contains mainly: green. Hex color #48633E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48633E is #B79CC1. Grayscale: #565656. Windows color (decimal): -12033218 or 4088648. OLE color: 4088648.

HSL color Cylindrical-coordinate representation of color #48633E: hue angle of 103.78º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #48633E is Cyan = 0.27, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.61.

Color convert

RGB729962-
CMYK0.2700.370.61
HSL103.78º22.98%31.57%-
HSV(B)103.78º37.37%38.82%-
XYZ810.656.19-
YUV86.71114.05117.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.90%
GREEN value IS 99 (39.06% from 255) = 42.49%
BLUE value IS 62 (24.61% from 255) = 26.61%
R=30.90%
G=42.49%
B=26.61%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal7299620.2700.370.61103.7822.9831.57
Hex48633E1B0253D681720
Octal1101437633045751502740
Binary10010001100011111110110110100101111101110100010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48633E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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