#493931

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

Shades of Tobago #493931

Tints of Tobago #493931

Color information

#493931 (or 0x493931) is unknown color: approx Tobago. HEX triplet: 49, 39 and 31. RGB value is (73,57,49). Sum of RGB (Red+Green+Blue) = 73+57+49=179 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.78% from 179); Green value is 57 (22.66% from 255 or 31.84% from 179); Blue value is 49 (19.53% from 255 or 27.37% from 179); Max value from RGB is 73 - color contains mainly: red. Hex color #493931 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493931 is #B6C6CE. Grayscale: #3C3C3C. Windows color (decimal): -11978447 or 3225929. OLE color: 3225929.

HSL color Cylindrical-coordinate representation of color #493931: hue angle of 20º degrees, saturation: 0.2, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #493931 is Cyan = 0, Magento = 0.22, Yellow = 0.33 and Black (K on CMYK) = 0.71.

Color convert

RGB735749-
CMYK00.220.330.71
HSL20º19.67%23.92%-
HSV(B)20º32.88%28.63%-
XYZ4.774.563.54-
YUV60.87121.3136.65-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.78%
GREEN value IS 57 (22.66% from 255) = 31.84%
BLUE value IS 49 (19.53% from 255) = 27.37%
R=40.78%
G=31.84%
B=27.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.33
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73574900.220.330.712019.6723.92
Hex4939310162147141418
Octal111716102641107242430
Binary10010011110011100010101101000011000111101001010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493931; }

 p { color: rgb(73,57,49); }

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

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

 a { background-color: rgb(73,57,49); }

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

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

 span { border-color: rgb(73,57,49); }

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