#493036

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

Shades of Cab Sav #493036

Tints of Cab Sav #493036

Color information

#493036 (or 0x493036) is unknown color: approx Cab Sav. HEX triplet: 49, 30 and 36. RGB value is (73,48,54). Sum of RGB (Red+Green+Blue) = 73+48+54=175 (23% of max value = 765). Red value is 73 (28.91% from 255 or 41.71% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 54 (21.48% from 255 or 30.86% from 175); Max value from RGB is 73 - color contains mainly: red. Hex color #493036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #493036 is #B6CFC9. Grayscale: #383838. Windows color (decimal): -11980746 or 3551305. OLE color: 3551305.

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

Color convert

RGB734854-
CMYK00.340.260.71
HSL345.6º20.66%23.73%-
HSV(B)345.6º34.25%28.63%-
XYZ4.473.83.99-
YUV56.16126.78140.01-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 41.71%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 54 (21.48% from 255) = 30.86%
R=41.71%
G=27.43%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.26
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73485400.340.260.71345.620.6623.73
Hex4930360221A4715a1518
Octal1116066042321075322530
Binary100100111000011011001000101101010001111010110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #493036

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #493036; }

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

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

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

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

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

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

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

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