#485941

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

Shades of Tom Thumb #485941

Tints of Tom Thumb #485941

Color information

#485941 (or 0x485941) is unknown color: approx Tom Thumb. HEX triplet: 48, 59 and 41. RGB value is (72,89,65). Sum of RGB (Red+Green+Blue) = 72+89+65=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 89 (35.16% from 255 or 39.38% from 226); Blue value is 65 (25.78% from 255 or 28.76% from 226); Max value from RGB is 89 - color contains mainly: green. Hex color #485941 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485941 is #B7A6BE. Grayscale: #515151. Windows color (decimal): -12035775 or 4282696. OLE color: 4282696.

HSL color Cylindrical-coordinate representation of color #485941: hue angle of 102.5º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #485941 is Cyan = 0.19, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB728965-
CMYK0.1900.270.65
HSL102.5º15.58%30.2%-
HSV(B)102.5º26.97%34.9%-
XYZ7.28.96.34-
YUV81.18118.87121.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 89 (35.16% from 255) = 39.38%
BLUE value IS 65 (25.78% from 255) = 28.76%
R=31.86%
G=39.38%
B=28.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289650.1900.270.65102.515.5830.2
Hex4859411301B4166101e
Octal110131101230331011462036
Binary10010001011001100000110011011011100000111001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485941; }

 p { color: rgb(72,89,65); }

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

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

 a { background-color: rgb(72,89,65); }

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

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

 span { border-color: rgb(72,89,65); }

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