#49292D

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

Shades of Cab Sav #49292D

Tints of Cab Sav #49292D

Color information

#49292D (or 0x49292D) is unknown color: approx Cab Sav. HEX triplet: 49, 29 and 2D. RGB value is (73,41,45). Sum of RGB (Red+Green+Blue) = 73+41+45=159 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.91% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 73 - color contains mainly: red. Hex color #49292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49292D is #B6D6D2. Grayscale: #333333. Windows color (decimal): -11982547 or 2959689. OLE color: 2959689.

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

Color convert

RGB734145-
CMYK00.440.380.71
HSL352.5º28.07%22.35%-
HSV(B)352.5º43.84%28.63%-
XYZ4.013.192.89-
YUV51.02124.6143.67-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.91%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 45 (17.97% from 255) = 28.30%
R=45.91%
G=25.79%
B=28.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73414500.440.380.71352.528.0722.35
Hex49292D02C26471601c16
Octal1115155054461075403426
Binary1001001101001101101010110010011010001111011000001110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49292D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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