#49543D

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

Shades of Cabbage Pont #49543D

Tints of Cabbage Pont #49543D

Color information

#49543D (or 0x49543D) is unknown color: approx Cabbage Pont. HEX triplet: 49, 54 and 3D. RGB value is (73,84,61). Sum of RGB (Red+Green+Blue) = 73+84+61=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 84 (33.20% from 255 or 38.53% from 218); Blue value is 61 (24.22% from 255 or 27.98% from 218); Max value from RGB is 84 - color contains mainly: green. Hex color #49543D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49543D is #B6ABC2. Grayscale: #4E4E4E. Windows color (decimal): -11971523 or 4019273. OLE color: 4019273.

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

Color convert

RGB738461-
CMYK0.1300.270.67
HSL88.7º15.86%28.43%-
HSV(B)88.7º27.38%32.94%-
XYZ6.768.095.62-
YUV78.09118.36124.37-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.49%
GREEN value IS 84 (33.20% from 255) = 38.53%
BLUE value IS 61 (24.22% from 255) = 27.98%
R=33.49%
G=38.53%
B=27.98%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7384610.1300.270.6788.715.8628.43
Hex49543DD01B4359101c
Octal11112475150331031312034
Binary100100110101001111011101011011100001110110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49543D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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