#48623D

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

Shades of Tom Thumb #48623D

Tints of Tom Thumb #48623D

Color information

#48623D (or 0x48623D) is unknown color: approx Tom Thumb. HEX triplet: 48, 62 and 3D. RGB value is (72,98,61). Sum of RGB (Red+Green+Blue) = 72+98+61=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 98 (38.67% from 255 or 42.42% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 98 - color contains mainly: green. Hex color #48623D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48623D is #B79DC2. Grayscale: #565656. Windows color (decimal): -12033475 or 4022856. OLE color: 4022856.

HSL color Cylindrical-coordinate representation of color #48623D: hue angle of 102.16º degrees, saturation: 0.23, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #48623D is Cyan = 0.27, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.

Color convert

RGB729861-
CMYK0.2700.380.62
HSL102.16º23.27%31.18%-
HSV(B)102.16º37.76%38.43%-
XYZ7.8810.456.02-
YUV86.01113.89118.01-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 98 (38.67% from 255) = 42.42%
BLUE value IS 61 (24.22% from 255) = 26.41%
R=31.17%
G=42.42%
B=26.41%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7298610.2700.380.62102.1623.2731.18
Hex48623D1B0263E66171f
Octal1101427533046761462737
Binary1001000110001011110111011010011011111011001101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48623D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48623D; }

 p { color: rgb(72,98,61); }

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

<style>
 a { background-color: #48623D; }

 a { background-color: rgb(72,98,61); }

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

<style>
 span { border-color: #48623D; }

 span { border-color: rgb(72,98,61); }

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