#48643E

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

Shades of Tom Thumb #48643E

Tints of Tom Thumb #48643E

Color information

#48643E (or 0x48643E) is unknown color: approx Tom Thumb. HEX triplet: 48, 64 and 3E. RGB value is (72,100,62). Sum of RGB (Red+Green+Blue) = 72+100+62=234 (30% of max value = 765). Red value is 72 (28.52% from 255 or 30.77% from 234); Green value is 100 (39.45% from 255 or 42.74% from 234); Blue value is 62 (24.61% from 255 or 26.50% from 234); Max value from RGB is 100 - color contains mainly: green. Hex color #48643E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48643E is #B79BC1. Grayscale: #575757. Windows color (decimal): -12032962 or 4088904. OLE color: 4088904.

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

Color convert

RGB7210062-
CMYK0.2800.380.61
HSL104.21º23.46%31.76%-
HSV(B)104.21º38%39.22%-
XYZ8.110.846.22-
YUV87.3113.72117.09-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 30.77%
GREEN value IS 100 (39.45% from 255) = 42.74%
BLUE value IS 62 (24.61% from 255) = 26.50%
R=30.77%
G=42.74%
B=26.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal72100620.2800.380.61104.2123.4631.76
Hex48643E1C0263D681720
Octal1101447634046751502740
Binary10010001100100111110111000100110111101110100010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48643E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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