#485C40

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

Shades of Tom Thumb #485C40

Tints of Tom Thumb #485C40

Color information

#485C40 (or 0x485C40) is unknown color: approx Tom Thumb. HEX triplet: 48, 5C and 40. RGB value is (72,92,64). Sum of RGB (Red+Green+Blue) = 72+92+64=228 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.58% from 228); Green value is 92 (36.33% from 255 or 40.35% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 92 - color contains mainly: green. Hex color #485C40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C40 is #B7A3BF. Grayscale: #525252. Windows color (decimal): -12035008 or 4217928. OLE color: 4217928.

HSL color Cylindrical-coordinate representation of color #485C40: hue angle of 102.86º degrees, saturation: 0.18, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #485C40 is Cyan = 0.22, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.64.

Color convert

RGB729264-
CMYK0.2200.300.64
HSL102.86º17.95%30.59%-
HSV(B)102.86º30.43%36.08%-
XYZ7.439.46.27-
YUV82.83117.37120.28-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.58%
GREEN value IS 92 (36.33% from 255) = 40.35%
BLUE value IS 64 (25.39% from 255) = 28.07%
R=31.58%
G=40.35%
B=28.07%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292640.2200.300.64102.8617.9530.59
Hex485C401601E4067121f
Octal110134100260361001472237
Binary10010001011100100000010110011110100000011001111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485C40; }

 p { color: rgb(72,92,64); }

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

<style>
 a { background-color: #485C40; }

 a { background-color: rgb(72,92,64); }

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

<style>
 span { border-color: #485C40; }

 span { border-color: rgb(72,92,64); }

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