#49272D

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

Shades of Cab Sav #49272D

Tints of Cab Sav #49272D

Color information

#49272D (or 0x49272D) is unknown color: approx Cab Sav. HEX triplet: 49, 27 and 2D. RGB value is (73,39,45). Sum of RGB (Red+Green+Blue) = 73+39+45=157 (20% of max value = 765). Red value is 73 (28.91% from 255 or 46.50% from 157); Green value is 39 (15.62% from 255 or 24.84% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 73 - color contains mainly: red. Hex color #49272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49272D is #B6D8D2. Grayscale: #313131. Windows color (decimal): -11983059 or 2959177. OLE color: 2959177.

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

Color convert

RGB733945-
CMYK00.470.380.71
HSL349.41º30.36%21.96%-
HSV(B)349.41º46.58%28.63%-
XYZ3.953.062.86-
YUV49.85125.26144.51-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 46.50%
GREEN value IS 39 (15.62% from 255) = 24.84%
BLUE value IS 45 (17.97% from 255) = 28.66%
R=46.50%
G=24.84%
B=28.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.38
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73394500.470.380.71349.4130.3621.96
Hex49272D02F264715d1e16
Octal1114755057461075353626
Binary1001001100111101101010111110011010001111010111011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49272D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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