Html Css Color HEX #49593F Cabbage Pont

📋 copy color: '#49593F'

red 73 ◦ green 89 ◦ blue 63

#49593F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #49593F

Tints of Cabbage Pont #49593F

RGB

 RED value IS 73 (28.91% from 255) = 32.44%

 GREEN value IS 89 (35.16% from 255) = 39.56%

 BLUE value IS 63 (25% from 255) = 28%

R = 32.44%
G = 39.56%
B = 28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.29

 K value IS 0.65

RGB Variations

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

Color information

#49593F (or 0x49593F) is known color: Cabbage Pont. HEX triplet: 49, 59 and 3F. RGB value is (73,89,63). Sum of RGB (Red+Green+Blue) = 73+89+63=225 (29% of max value = 765). Red value is 73 (28.91% from 255 or 32.44% from 225); Green value is 89 (35.16% from 255 or 39.56% from 225); Blue value is 63 (25% from 255 or 28% from 225); Max value from RGB is 89 - color contains mainly: green. Hex color #49593F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49593F is #B6A6C0. Grayscale: #515151. Windows color (decimal): -11970241 or 4151625. OLE color: 4151625.

HSL color Cylindrical-coordinate representation of color #49593F: hue angle of 96.92º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49593F is Cyan = 0.18, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.65.

Color convert

RGB 73 89 63 -
CMYK 0.18 0 0.29 0.65
HSL 96.92º 0.17% 0.3% -
HSV(B) 96.92º 0.29% 0.35% -
XYZ 7.22 8.92 6.04 -
YUV 81.25 117.7 122.11 -
System Red Green Blue C M Y K H S L
Decimal 73 89 63 0.18 0 0.29 0.65 96.92 0.17 0.3
Hex 49 59 3F 12 0 1D 41 61 11 1E
Octal 111 131 77 22 0 35 101 141 21 36
Binary 1001001 1011001 111111 10010 0 11101 1000001 1100001 10001 11110

Color Harmonies of #49593F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49593F

Black with #49593F

Text Example


Text Example

White with #49593F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(73,89,63); }

 H1.HeaderClassName
 {
   color: #49593F;
 }
 .AnyTagClassName
 {
   color: #49593F;
 }
</style>

background-color css

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

 a { background-color: rgb(73,89,63); }

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

border-color css

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

 span { border-color: rgb(73,89,63); }

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