#49543E

Color #49543E Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #49543E

Tints of Cabbage Pont #49543E

Color information

#49543E (or 0x49543E) is unknown color: approx Cabbage Pont. HEX triplet: 49, 54 and 3E. RGB value is (73,84,62). Sum of RGB (Red+Green+Blue) = 73+84+62=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 84 (33.20% from 255 or 38.36% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 84 - color contains mainly: green. Hex color #49543E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49543E is #B6ABC1. Grayscale: #4E4E4E. Windows color (decimal): -11971522 or 4084809. OLE color: 4084809.

HSL color Cylindrical-coordinate representation of color #49543E: hue angle of 90º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #49543E is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB738462-
CMYK0.1300.260.67
HSL90º15.07%28.63%-
HSV(B)90º26.19%32.94%-
XYZ6.798.15.76-
YUV78.2118.86124.29-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 84 (33.20% from 255) = 38.36%
BLUE value IS 62 (24.61% from 255) = 28.31%
R=33.33%
G=38.36%
B=28.31%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384620.1300.260.679015.0728.63
Hex49543ED01A435af1d
Octal11112476150321031321735
Binary10010011010100111110110101101010000111011010111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49543E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(73,84,62); }

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

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

 a { background-color: rgb(73,84,62); }

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

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

 span { border-color: rgb(73,84,62); }

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