#49272E

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

Shades of Cab Sav #49272E

Tints of Cab Sav #49272E

Color information

#49272E (or 0x49272E) is unknown color: approx Cab Sav. HEX triplet: 49, 27 and 2E. RGB value is (73,39,46). Sum of RGB (Red+Green+Blue) = 73+39+46=158 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.20% from 158); Green value is 39 (15.62% from 255 or 24.68% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 73 - color contains mainly: red. Hex color #49272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49272E is #B6D8D1. Grayscale: #313131. Windows color (decimal): -11983058 or 3024713. OLE color: 3024713.

HSL color Cylindrical-coordinate representation of color #49272E: hue angle of 347.65º degrees, saturation: 0.3, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #49272E is Cyan = 0, Magento = 0.47, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB733946-
CMYK00.470.370.71
HSL347.65º30.36%21.96%-
HSV(B)347.65º46.58%28.63%-
XYZ3.973.062.97-
YUV49.96125.76144.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.20%
GREEN value IS 39 (15.62% from 255) = 24.68%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=46.20%
G=24.68%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73394600.470.370.71347.6530.3621.96
Hex49272E02F254715c1e16
Octal1114756057451075343626
Binary1001001100111101110010111110010110001111010111001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49272E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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