#493429

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

Shades of Tobago #493429

Tints of Tobago #493429

Color information

#493429 (or 0x493429) is unknown color: approx Tobago. HEX triplet: 49, 34 and 29. RGB value is (73,52,41). Sum of RGB (Red+Green+Blue) = 73+52+41=166 (21% of max value = 765). Red value is 73 (28.91% from 255 or 43.98% from 166); Green value is 52 (20.70% from 255 or 31.33% from 166); Blue value is 41 (16.41% from 255 or 24.70% from 166); Max value from RGB is 73 - color contains mainly: red. Hex color #493429 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493429 is #B6CBD6. Grayscale: #393939. Windows color (decimal): -11979735 or 2700361. OLE color: 2700361.

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

Color convert

RGB735241-
CMYK00.290.440.71
HSL20.62º28.07%22.35%-
HSV(B)20.62º43.84%28.63%-
XYZ4.384.032.65-
YUV57.02118.96139.39-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 43.98%
GREEN value IS 52 (20.70% from 255) = 31.33%
BLUE value IS 41 (16.41% from 255) = 24.70%
R=43.98%
G=31.33%
B=24.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73524100.290.440.7120.6228.0722.35
Hex49342901D2C47151c16
Octal111645103554107253426
Binary10010011101001010010111011011001000111101011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493429; }

 p { color: rgb(73,52,41); }

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

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

 a { background-color: rgb(73,52,41); }

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

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

 span { border-color: rgb(73,52,41); }

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