#492930

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

Shades of Cab Sav #492930

Tints of Cab Sav #492930

Color information

#492930 (or 0x492930) is unknown color: approx Cab Sav. HEX triplet: 49, 29 and 30. RGB value is (73,41,48). Sum of RGB (Red+Green+Blue) = 73+41+48=162 (21% of max value = 765). Red value is 73 (28.91% from 255 or 45.06% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 48 (19.14% from 255 or 29.63% from 162); Max value from RGB is 73 - color contains mainly: red. Hex color #492930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #492930 is #B6D6CF. Grayscale: #333333. Windows color (decimal): -11982544 or 3156297. OLE color: 3156297.

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

Color convert

RGB734148-
CMYK00.440.340.71
HSL346.88º28.07%22.35%-
HSV(B)346.88º43.84%28.63%-
XYZ4.073.223.2-
YUV51.37126.1143.43-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 45.06%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 48 (19.14% from 255) = 29.63%
R=45.06%
G=25.31%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.34
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal73414800.440.340.71346.8828.0722.35
Hex49293002C224715b1c16
Octal1115160054421075333426
Binary1001001101001110000010110010001010001111010110111110010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #492930

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #492930; }

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

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

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

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

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

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

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

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