#493930

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

Shades of Tobago #493930

Tints of Tobago #493930

Color information

#493930 (or 0x493930) is unknown color: approx Tobago. HEX triplet: 49, 39 and 30. RGB value is (73,57,48). Sum of RGB (Red+Green+Blue) = 73+57+48=178 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.01% from 178); Green value is 57 (22.66% from 255 or 32.02% from 178); Blue value is 48 (19.14% from 255 or 26.97% from 178); Max value from RGB is 73 - color contains mainly: red. Hex color #493930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493930 is #B6C6CF. Grayscale: #3C3C3C. Windows color (decimal): -11978448 or 3160393. OLE color: 3160393.

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

Color convert

RGB735748-
CMYK00.220.340.71
HSL21.6º20.66%23.73%-
HSV(B)21.6º34.25%28.63%-
XYZ4.744.563.43-
YUV60.76120.8136.73-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.01%
GREEN value IS 57 (22.66% from 255) = 32.02%
BLUE value IS 48 (19.14% from 255) = 26.97%
R=41.01%
G=32.02%
B=26.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73574800.220.340.7121.620.6623.73
Hex4939300162247161518
Octal111716002642107262530
Binary10010011110011100000101101000101000111101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493930; }

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

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

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

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

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

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

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

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