#48553E

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

Shades of Cabbage Pont #48553E

Tints of Cabbage Pont #48553E

Color information

#48553E (or 0x48553E) is unknown color: approx Cabbage Pont. HEX triplet: 48, 55 and 3E. RGB value is (72,85,62). Sum of RGB (Red+Green+Blue) = 72+85+62=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 62 (24.61% from 255 or 28.31% from 219); Max value from RGB is 85 - color contains mainly: green. Hex color #48553E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48553E is #B7AAC1. Grayscale: #4E4E4E. Windows color (decimal): -12036802 or 4085064. OLE color: 4085064.

HSL color Cylindrical-coordinate representation of color #48553E: hue angle of 93.91º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #48553E is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB728562-
CMYK0.1500.270.67
HSL93.91º15.65%28.82%-
HSV(B)93.91º27.06%33.33%-
XYZ6.798.225.79-
YUV78.49118.69123.37-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 62 (24.61% from 255) = 28.31%
R=32.88%
G=38.81%
B=28.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285620.1500.270.6793.9115.6528.82
Hex48553EF01B435e101d
Octal11012576170331031362035
Binary100100010101011111101111011011100001110111101000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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