#49292F

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

Shades of Cab Sav #49292F

Tints of Cab Sav #49292F

Color information

#49292F (or 0x49292F) is unknown color: approx Cab Sav. HEX triplet: 49, 29 and 2F. RGB value is (73,41,47). Sum of RGB (Red+Green+Blue) = 73+41+47=161 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.34% from 161); Green value is 41 (16.41% from 255 or 25.47% from 161); Blue value is 47 (18.75% from 255 or 29.19% from 161); Max value from RGB is 73 - color contains mainly: red. Hex color #49292F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49292F is #B6D6D0. Grayscale: #333333. Windows color (decimal): -11982545 or 3090761. OLE color: 3090761.

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

Color convert

RGB734147-
CMYK00.440.360.71
HSL348.75º28.07%22.35%-
HSV(B)348.75º43.84%28.63%-
XYZ4.053.213.09-
YUV51.25125.6143.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.34%
GREEN value IS 41 (16.41% from 255) = 25.47%
BLUE value IS 47 (18.75% from 255) = 29.19%
R=45.34%
G=25.47%
B=29.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73414700.440.360.71348.7528.0722.35
Hex49292F02C244715d1c16
Octal1115157054441075353426
Binary1001001101001101111010110010010010001111010111011110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49292F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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