#485C43

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

Shades of Tom Thumb #485C43

Tints of Tom Thumb #485C43

Color information

#485C43 (or 0x485C43) is unknown color: approx Tom Thumb. HEX triplet: 48, 5C and 43. RGB value is (72,92,67). Sum of RGB (Red+Green+Blue) = 72+92+67=231 (30% of max value = 765). Red value is 72 (28.52% from 255 or 31.17% from 231); Green value is 92 (36.33% from 255 or 39.83% from 231); Blue value is 67 (26.56% from 255 or 29.00% from 231); Max value from RGB is 92 - color contains mainly: green. Hex color #485C43 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485C43 is #B7A3BC. Grayscale: #535353. Windows color (decimal): -12035005 or 4414536. OLE color: 4414536.

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

Color convert

RGB729267-
CMYK0.2200.270.64
HSL108º15.72%31.18%-
HSV(B)108º27.17%36.08%-
XYZ7.519.446.74-
YUV83.17118.87120.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.17%
GREEN value IS 92 (36.33% from 255) = 39.83%
BLUE value IS 67 (26.56% from 255) = 29.00%
R=31.17%
G=39.83%
B=29.00%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal7292670.2200.270.6410815.7231.18
Hex485C431601B406c101f
Octal110134103260331001542037
Binary10010001011100100001110110011011100000011011001000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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