#48563D

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

Shades of Cabbage Pont #48563D

Tints of Cabbage Pont #48563D

Color information

#48563D (or 0x48563D) is unknown color: approx Cabbage Pont. HEX triplet: 48, 56 and 3D. RGB value is (72,86,61). Sum of RGB (Red+Green+Blue) = 72+86+61=219 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.88% from 219); Green value is 86 (33.98% from 255 or 39.27% from 219); Blue value is 61 (24.22% from 255 or 27.85% from 219); Max value from RGB is 86 - color contains mainly: green. Hex color #48563D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48563D is #B7A9C2. Grayscale: #4F4F4F. Windows color (decimal): -12036547 or 4019784. OLE color: 4019784.

HSL color Cylindrical-coordinate representation of color #48563D: hue angle of 93.6º degrees, saturation: 0.17, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #48563D is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.66.

Color convert

RGB728661-
CMYK0.1600.290.66
HSL93.6º17.01%28.82%-
HSV(B)93.6º29.07%33.73%-
XYZ6.848.375.67-
YUV78.96117.86123.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.88%
GREEN value IS 86 (33.98% from 255) = 39.27%
BLUE value IS 61 (24.22% from 255) = 27.85%
R=32.88%
G=39.27%
B=27.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286610.1600.290.6693.617.0128.82
Hex48563D1001D425e111d
Octal11012675200351021362135
Binary1001000101011011110110000011101100001010111101000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48563D; }

 p { color: rgb(72,86,61); }

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

<style>
 a { background-color: #48563D; }

 a { background-color: rgb(72,86,61); }

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

<style>
 span { border-color: #48563D; }

 span { border-color: rgb(72,86,61); }

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