#48603F

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

Shades of Tom Thumb #48603F

Tints of Tom Thumb #48603F

Color information

#48603F (or 0x48603F) is unknown color: approx Tom Thumb. HEX triplet: 48, 60 and 3F. RGB value is (72,96,63). Sum of RGB (Red+Green+Blue) = 72+96+63=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 96 (37.89% from 255 or 41.56% from 231); Blue value is 63 (25% from 255 or 27.27% from 231); Max value from RGB is 96 - color contains mainly: green. Hex color #48603F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48603F is #B79FC0. Grayscale: #555555. Windows color (decimal): -12033985 or 4153416. OLE color: 4153416.

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

Color convert

RGB729663-
CMYK0.2500.340.62
HSL103.64º20.75%31.18%-
HSV(B)103.64º34.38%37.65%-
XYZ7.7510.16.24-
YUV85.06115.55118.68-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 96 (37.89% from 255) = 41.56%
BLUE value IS 63 (25% from 255) = 27.27%
R=31.17%
G=41.56%
B=27.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7296630.2500.340.62103.6420.7531.18
Hex48603F190223E68151f
Octal1101407731042761502537
Binary1001000110000011111111001010001011111011010001010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48603F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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