Html Css Color HEX #49553C Cabbage Pont

📋 copy color: '#49553C'

red 73 ◦ green 85 ◦ blue 60

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

Shades of Cabbage Pont #49553C

Tints of Cabbage Pont #49553C

RGB

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

 GREEN value IS 85 (33.59% from 255) = 38.99%

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

R = 33.49%
G = 38.99%
B = 27.52%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#49553C (or 0x49553C) is known color: Cabbage Pont. HEX triplet: 49, 55 and 3C. RGB value is (73,85,60). Sum of RGB (Red+Green+Blue) = 73+85+60=218 (28% of max value = 765). Red value is 73 (28.91% from 255 or 33.49% from 218); Green value is 85 (33.59% from 255 or 38.99% from 218); Blue value is 60 (23.83% from 255 or 27.52% from 218); Max value from RGB is 85 - color contains mainly: green. Hex color #49553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #49553C is #B6AAC3. Grayscale: #4E4E4E. Windows color (decimal): -11971268 or 3953993. OLE color: 3953993.

HSL color Cylindrical-coordinate representation of color #49553C: hue angle of 88.8º 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 #49553C is Cyan = 0.14, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.67.

Color convert

RGB 73 85 60 -
CMYK 0.14 0 0.29 0.67
HSL 88.8º 0.17% 0.28% -
HSV(B) 88.8º 0.29% 0.33% -
XYZ 6.81 8.24 5.51 -
YUV 78.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 73 85 60 0.14 0 0.29 0.67 88.8 0.17 0.28
Hex 49 55 3C E 0 1D 43 59 11 1C
Octal 111 125 74 16 0 35 103 131 21 34
Binary 1001001 1010101 111100 1110 0 11101 1000011 1011001 10001 11100

Color Harmonies of #49553C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #49553C

Black with #49553C

Text Example


Text Example

White with #49553C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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