#49282F

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

Shades of Cab Sav #49282F

Tints of Cab Sav #49282F

Color information

#49282F (or 0x49282F) is unknown color: approx Cab Sav. HEX triplet: 49, 28 and 2F. RGB value is (73,40,47). Sum of RGB (Red+Green+Blue) = 73+40+47=160 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.62% from 160); Green value is 40 (16.02% from 255 or 25% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 73 - color contains mainly: red. Hex color #49282F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #49282F is #B6D7D0. Grayscale: #323232. Windows color (decimal): -11982801 or 3090505. OLE color: 3090505.

HSL color Cylindrical-coordinate representation of color #49282F: hue angle of 347.27º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #49282F is Cyan = 0, Magento = 0.45, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB734047-
CMYK00.450.360.71
HSL347.27º29.2%22.16%-
HSV(B)347.27º45.21%28.63%-
XYZ4.023.143.08-
YUV50.66125.93143.93-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.62%
GREEN value IS 40 (16.02% from 255) = 25%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=45.62%
G=25%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73404700.450.360.71347.2729.222.16
Hex49282F02D244715b1d16
Octal1115057055441075333526
Binary1001001101000101111010110110010010001111010110111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49282F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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