#48613F

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

Shades of Tom Thumb #48613F

Tints of Tom Thumb #48613F

Color information

#48613F (or 0x48613F) is unknown color: approx Tom Thumb. HEX triplet: 48, 61 and 3F. RGB value is (72,97,63). Sum of RGB (Red+Green+Blue) = 72+97+63=232 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.03% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 97 - color contains mainly: green. Hex color #48613F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48613F is #B79EC0. Grayscale: #555555. Windows color (decimal): -12033729 or 4153672. OLE color: 4153672.

HSL color Cylindrical-coordinate representation of color #48613F: hue angle of 104.12º degrees, saturation: 0.21, 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 #48613F is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.62.

Color convert

RGB729763-
CMYK0.2600.350.62
HSL104.12º21.25%31.37%-
HSV(B)104.12º35.05%38.04%-
XYZ7.8410.296.27-
YUV85.65115.22118.26-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.03%
GREEN value IS 97 (38.28% from 255) = 41.81%
BLUE value IS 63 (25% from 255) = 27.16%
R=31.03%
G=41.81%
B=27.16%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7297630.2600.350.62104.1221.2531.37
Hex48613F1A0233E68151f
Octal1101417732043761502537
Binary1001000110000111111111010010001111111011010001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48613F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48613F; }

 p { color: rgb(72,97,63); }

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

<style>
 a { background-color: #48613F; }

 a { background-color: rgb(72,97,63); }

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

<style>
 span { border-color: #48613F; }

 span { border-color: rgb(72,97,63); }

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