Html Css Color HEX #49533D Cabbage Pont

📋 copy color: '#49533D'

red 73 ◦ green 83 ◦ blue 61

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

Shades of Cabbage Pont #49533D

Tints of Cabbage Pont #49533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.25%

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

R = 33.64%
G = 38.25%
B = 28.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#49533D (or 0x49533D) is known color: Cabbage Pont. HEX triplet: 49, 53 and 3D. RGB value is (73,83,61). Sum of RGB (Red+Green+Blue) = 73+83+61=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 83 (32.81% from 255 or 38.25% from 217); Blue value is 61 (24.22% from 255 or 28.11% from 217); Max value from RGB is 83 - color contains mainly: green. Hex color #49533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49533D is #B6ACC2. Grayscale: #4D4D4D. Windows color (decimal): -11971779 or 4019017. OLE color: 4019017.

HSL color Cylindrical-coordinate representation of color #49533D: hue angle of 87.27º degrees, saturation: 0.15, 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 #49533D is Cyan = 0.12, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 83 61 -
CMYK 0.12 0 0.27 0.67
HSL 87.27º 0.15% 0.28% -
HSV(B) 87.27º 0.27% 0.33% -
XYZ 6.68 7.94 5.6 -
YUV 77.5 118.69 124.79 -
System Red Green Blue C M Y K H S L
Decimal 73 83 61 0.12 0 0.27 0.67 87.27 0.15 0.28
Hex 49 53 3D C 0 1B 43 57 F 1C
Octal 111 123 75 14 0 33 103 127 17 34
Binary 1001001 1010011 111101 1100 0 11011 1000011 1010111 1111 11100

Color Harmonies of #49533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49533D

Black with #49533D

Text Example


Text Example

White with #49533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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