#493A32

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

Shades of Tobago #493A32

Tints of Tobago #493A32

Color information

#493A32 (or 0x493A32) is unknown color: approx Tobago. HEX triplet: 49, 3A and 32. RGB value is (73,58,50). Sum of RGB (Red+Green+Blue) = 73+58+50=181 (23% of max value = 765). Red value is 73 (28.91% from 255 or 40.33% from 181); Green value is 58 (23.05% from 255 or 32.04% from 181); Blue value is 50 (19.92% from 255 or 27.62% from 181); Max value from RGB is 73 - color contains mainly: red. Hex color #493A32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493A32 is #B6C5CD. Grayscale: #3D3D3D. Windows color (decimal): -11978190 or 3291721. OLE color: 3291721.

HSL color Cylindrical-coordinate representation of color #493A32: hue angle of 20.87º degrees, saturation: 0.19, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #493A32 is Cyan = 0, Magento = 0.21, Yellow = 0.32 and Black (K on CMYK) = 0.71.

Color convert

RGB735850-
CMYK00.210.320.71
HSL20.87º18.7%24.12%-
HSV(B)20.87º31.51%28.63%-
XYZ4.844.673.66-
YUV61.57121.47136.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 40.33%
GREEN value IS 58 (23.05% from 255) = 32.04%
BLUE value IS 50 (19.92% from 255) = 27.62%
R=40.33%
G=32.04%
B=27.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.32
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73585000.210.320.7120.8718.724.12
Hex493A320152047151318
Octal111726202540107252330
Binary10010011110101100100101011000001000111101011001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493A32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493A32; }

 p { color: rgb(73,58,50); }

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

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

 a { background-color: rgb(73,58,50); }

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

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

 span { border-color: rgb(73,58,50); }

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