#48553C

Color #48553C Cabbage Pont (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cabbage Pont #48553C

Tints of Cabbage Pont #48553C

Color information

#48553C (or 0x48553C) is unknown color: approx Cabbage Pont. HEX triplet: 48, 55 and 3C. RGB value is (72,85,60). Sum of RGB (Red+Green+Blue) = 72+85+60=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 85 (33.59% from 255 or 39.17% from 217); Blue value is 60 (23.83% from 255 or 27.65% from 217); Max value from RGB is 85 - color contains mainly: green. Hex color #48553C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48553C is #B7AAC3. Grayscale: #4E4E4E. Windows color (decimal): -12036804 or 3953992. OLE color: 3953992.

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

Color convert

RGB728560-
CMYK0.1500.290.67
HSL91.2º17.24%28.43%-
HSV(B)91.2º29.41%33.33%-
XYZ6.748.25.5-
YUV78.26117.69123.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 85 (33.59% from 255) = 39.17%
BLUE value IS 60 (23.83% from 255) = 27.65%
R=33.18%
G=39.17%
B=27.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285600.1500.290.6791.217.2428.43
Hex48553CF01D435b111c
Octal11012574170351031332134
Binary100100010101011111001111011101100001110110111000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48553C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #48553C;
 }
 .AnyTagClassName
 {
   color: #48553C;
 }
</style>
background-color css

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

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

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

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

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

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