Html Css Color HEX #49543C Cabbage Pont

📋 copy color: '#49543C'

red 73 ◦ green 84 ◦ blue 60

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

Shades of Cabbage Pont #49543C

Tints of Cabbage Pont #49543C

RGB

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

 GREEN value IS 84 (33.2% from 255) = 38.71%

 BLUE value IS 60 (23.83% from 255) = 27.65%

R = 33.64%
G = 38.71%
B = 27.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#49543C (or 0x49543C) is known color: Cabbage Pont. HEX triplet: 49, 54 and 3C. RGB value is (73,84,60). Sum of RGB (Red+Green+Blue) = 73+84+60=217 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.64% from 217); Green value is 84 (33.20% from 255 or 38.71% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 84 - color contains mainly: green. Hex color #49543C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49543C is #B6ABC3. Grayscale: #4E4E4E. Windows color (decimal): -11971524 or 3953737. OLE color: 3953737.

HSL color Cylindrical-coordinate representation of color #49543C: hue angle of 87.5º degrees, saturation: 0.17, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #49543C is Cyan = 0.13, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 84 60 -
CMYK 0.13 0 0.29 0.67
HSL 87.5º 0.17% 0.28% -
HSV(B) 87.5º 0.29% 0.33% -
XYZ 6.73 8.08 5.48 -
YUV 77.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 73 84 60 0.13 0 0.29 0.67 87.5 0.17 0.28
Hex 49 54 3C D 0 1D 43 57 11 1C
Octal 111 124 74 15 0 35 103 127 21 34
Binary 1001001 1010100 111100 1101 0 11101 1000011 1010111 10001 11100

Color Harmonies of #49543C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49543C

Black with #49543C

Text Example


Text Example

White with #49543C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #49543C; }

 p { color: rgb(73,84,60); }

 H1.HeaderClassName
 {
   color: #49543C;
 }
 .AnyTagClassName
 {
   color: #49543C;
 }
</style>

background-color css

<style>
 a { background-color: #49543C; }

 a { background-color: rgb(73,84,60); }

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

border-color css

<style>
 span { border-color: #49543C; }

 span { border-color: rgb(73,84,60); }

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