Html Css Color HEX #49523E Cabbage Pont

📋 copy color: '#49523E'

red 73 ◦ green 82 ◦ blue 62

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

Shades of Cabbage Pont #49523E

Tints of Cabbage Pont #49523E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.79%

 BLUE value IS 62 (24.61% from 255) = 28.57%

R = 33.64%
G = 37.79%
B = 28.57%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.24

 K value IS 0.68

RGB Variations

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

Color information

#49523E (or 0x49523E) is known color: Cabbage Pont. HEX triplet: 49, 52 and 3E. RGB value is (73,82,62). Sum of RGB (Red+Green+Blue) = 73+82+62=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 82 (32.42% from 255 or 37.79% from 217); Blue value is 62 (24.61% from 255 or 28.57% from 217); Max value from RGB is 82 - color contains mainly: green. Hex color #49523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49523E is #B6ADC1. Grayscale: #4D4D4D. Windows color (decimal): -11972034 or 4084297. OLE color: 4084297.

HSL color Cylindrical-coordinate representation of color #49523E: hue angle of 87º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #49523E is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.68.

Color convert

RGB 73 82 62 -
CMYK 0.11 0 0.24 0.68
HSL 87º 0.14% 0.28% -
HSV(B) 87º 0.24% 0.32% -
XYZ 6.63 7.8 5.71 -
YUV 77.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 73 82 62 0.11 0 0.24 0.68 87 0.14 0.28
Hex 49 52 3E B 0 18 44 57 E 1C
Octal 111 122 76 13 0 30 104 127 16 34
Binary 1001001 1010010 111110 1011 0 11000 1000100 1010111 1110 11100

Color Harmonies of #49523E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49523E

Black with #49523E

Text Example


Text Example

White with #49523E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49523E; }

 p { color: rgb(73,82,62); }

 H1.HeaderClassName
 {
   color: #49523E;
 }
 .AnyTagClassName
 {
   color: #49523E;
 }
</style>

background-color css

<style>
 a { background-color: #49523E; }

 a { background-color: rgb(73,82,62); }

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

border-color css

<style>
 span { border-color: #49523E; }

 span { border-color: rgb(73,82,62); }

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