Html Css Color HEX #49563D Cabbage Pont

📋 copy color: '#49563D'

red 73 ◦ green 86 ◦ blue 61

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

Shades of Cabbage Pont #49563D

Tints of Cabbage Pont #49563D

RGB

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

 GREEN value IS 86 (33.98% from 255) = 39.09%

 BLUE value IS 61 (24.22% from 255) = 27.73%

R = 33.18%
G = 39.09%
B = 27.73%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.29

 K value IS 0.66

RGB Variations

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

Color information

#49563D (or 0x49563D) is known color: Cabbage Pont. HEX triplet: 49, 56 and 3D. RGB value is (73,86,61). Sum of RGB (Red+Green+Blue) = 73+86+61=220 (29% of max value = 765). Red value is 73 (28.91% from 255 or 33.18% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #49563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49563D is #B6A9C2. Grayscale: #4F4F4F. Windows color (decimal): -11971011 or 4019785. OLE color: 4019785.

HSL color Cylindrical-coordinate representation of color #49563D: hue angle of 91.2º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49563D is Cyan = 0.15, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB 73 86 61 -
CMYK 0.15 0 0.29 0.66
HSL 91.2º 0.17% 0.29% -
HSV(B) 91.2º 0.29% 0.34% -
XYZ 6.92 8.41 5.67 -
YUV 79.26 117.69 123.53 -
System Red Green Blue C M Y K H S L
Decimal 73 86 61 0.15 0 0.29 0.66 91.2 0.17 0.29
Hex 49 56 3D F 0 1D 42 5B 11 1D
Octal 111 126 75 17 0 35 102 133 21 35
Binary 1001001 1010110 111101 1111 0 11101 1000010 1011011 10001 11101

Color Harmonies of #49563D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49563D

Black with #49563D

Text Example


Text Example

White with #49563D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #49563D;
 }
 .AnyTagClassName
 {
   color: #49563D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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