#485743

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

Shades of Tom Thumb #485743

Tints of Tom Thumb #485743

Color information

#485743 (or 0x485743) is unknown color: approx Tom Thumb. HEX triplet: 48, 57 and 43. RGB value is (72,87,67). Sum of RGB (Red+Green+Blue) = 72+87+67=226 (29% of max value = 765). Red value is 72 (28.52% from 255 or 31.86% from 226); Green value is 87 (34.38% from 255 or 38.50% from 226); Blue value is 67 (26.56% from 255 or 29.65% from 226); Max value from RGB is 87 - color contains mainly: green. Hex color #485743 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #485743 is #B7A8BC. Grayscale: #505050. Windows color (decimal): -12036285 or 4413256. OLE color: 4413256.

HSL color Cylindrical-coordinate representation of color #485743: hue angle of 105º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #485743 is Cyan = 0.17, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB728767-
CMYK0.1700.230.66
HSL105º12.99%30.2%-
HSV(B)105º22.99%34.12%-
XYZ7.098.66.6-
YUV80.24120.53122.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 31.86%
GREEN value IS 87 (34.38% from 255) = 38.50%
BLUE value IS 67 (26.56% from 255) = 29.65%
R=31.86%
G=38.50%
B=29.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7287670.1700.230.6610512.9930.2
Hex485743110174269d1e
Octal110127103210271021511536
Binary1001000101011110000111000101011110000101101001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #485743

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #485743; }

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

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

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

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

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

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

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

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