Html Css Color HEX #49573A Cabbage Pont

📋 copy color: '#49573A'

red 73 ◦ green 87 ◦ blue 58

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

Shades of Cabbage Pont #49573A

Tints of Cabbage Pont #49573A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.91%

 BLUE value IS 58 (23.05% from 255) = 26.61%

R = 33.49%
G = 39.91%
B = 26.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.66

RGB Variations

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

Color information

#49573A (or 0x49573A) is known color: Cabbage Pont. HEX triplet: 49, 57 and 3A. RGB value is (73,87,58). Sum of RGB (Red+Green+Blue) = 73+87+58=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 87 (34.38% from 255 or 39.91% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 87 - color contains mainly: green. Hex color #49573A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49573A is #B6A8C5. Grayscale: #4F4F4F. Windows color (decimal): -11970758 or 3823433. OLE color: 3823433.

HSL color Cylindrical-coordinate representation of color #49573A: hue angle of 88.97º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #49573A is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 87 58 -
CMYK 0.16 0 0.33 0.66
HSL 88.97º 0.2% 0.28% -
HSV(B) 88.97º 0.33% 0.34% -
XYZ 6.92 8.54 5.29 -
YUV 79.51 115.86 123.36 -
System Red Green Blue C M Y K H S L
Decimal 73 87 58 0.16 0 0.33 0.66 88.97 0.2 0.28
Hex 49 57 3A 10 0 21 42 59 14 1C
Octal 111 127 72 20 0 41 102 131 24 34
Binary 1001001 1010111 111010 10000 0 100001 1000010 1011001 10100 11100

Color Harmonies of #49573A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49573A

Black with #49573A

Text Example


Text Example

White with #49573A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49573A; }

 p { color: rgb(73,87,58); }

 H1.HeaderClassName
 {
   color: #49573A;
 }
 .AnyTagClassName
 {
   color: #49573A;
 }
</style>

background-color css

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

 a { background-color: rgb(73,87,58); }

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

border-color css

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

 span { border-color: rgb(73,87,58); }

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