#493830

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

Shades of Tobago #493830

Tints of Tobago #493830

Color information

#493830 (or 0x493830) is unknown color: approx Tobago. HEX triplet: 49, 38 and 30. RGB value is (73,56,48). Sum of RGB (Red+Green+Blue) = 73+56+48=177 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.24% from 177); Green value is 56 (22.27% from 255 or 31.64% from 177); Blue value is 48 (19.14% from 255 or 27.12% from 177); Max value from RGB is 73 - color contains mainly: red. Hex color #493830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493830 is #B6C7CF. Grayscale: #3C3C3C. Windows color (decimal): -11978704 or 3160137. OLE color: 3160137.

HSL color Cylindrical-coordinate representation of color #493830: hue angle of 19.2º 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 #493830 is Cyan = 0, Magento = 0.23, Yellow = 0.34 and Black (K on CMYK) = 0.71.

Color convert

RGB735648-
CMYK00.230.340.71
HSL19.2º20.66%23.73%-
HSV(B)19.2º34.25%28.63%-
XYZ4.74.463.41-
YUV60.17121.13137.15-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.24%
GREEN value IS 56 (22.27% from 255) = 31.64%
BLUE value IS 48 (19.14% from 255) = 27.12%
R=41.24%
G=31.64%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73564800.230.340.7119.220.6623.73
Hex4938300172247131518
Octal111706002742107232530
Binary10010011110001100000101111000101000111100111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493830; }

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

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

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

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

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

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

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

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