#49553D

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

Shades of Cabbage Pont #49553D

Tints of Cabbage Pont #49553D

Color information

#49553D (or 0x49553D) is unknown color: approx Cabbage Pont. HEX triplet: 49, 55 and 3D. RGB value is (73,85,61). Sum of RGB (Red+Green+Blue) = 73+85+61=219 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.33% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #49553D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49553D is #B6AAC2. Grayscale: #4E4E4E. Windows color (decimal): -11971267 or 4019529. OLE color: 4019529.

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

Color convert

RGB738561-
CMYK0.1400.280.67
HSL90º16.44%28.63%-
HSV(B)90º28.24%33.33%-
XYZ6.848.255.65-
YUV78.68118.02123.95-

RGB Variations

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

RGB

RED value IS 73 (28.91% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=33.33%
G=38.81%
B=27.85%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7385610.1400.280.679016.4428.63
Hex49553DE01C435a101d
Octal11112575160341031322035
Binary100100110101011111011110011100100001110110101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #49553D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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