#49292E

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

Shades of Cab Sav #49292E

Tints of Cab Sav #49292E

Color information

#49292E (or 0x49292E) is unknown color: approx Cab Sav. HEX triplet: 49, 29 and 2E. RGB value is (73,41,46). Sum of RGB (Red+Green+Blue) = 73+41+46=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #49292E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49292E is #B6D6D1. Grayscale: #333333. Windows color (decimal): -11982546 or 3025225. OLE color: 3025225.

HSL color Cylindrical-coordinate representation of color #49292E: hue angle of 350.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 #49292E is Cyan = 0, Magento = 0.44, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB734146-
CMYK00.440.370.71
HSL350.62º28.07%22.35%-
HSV(B)350.62º43.84%28.63%-
XYZ4.033.22.99-
YUV51.14125.1143.59-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=45.62%
G=25.62%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73414600.440.370.71350.6228.0722.35
Hex49292E02C254715f1c16
Octal1115156054451075373426
Binary1001001101001101110010110010010110001111010111111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49292E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #49292E; }

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

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

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

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

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

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

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

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