#48563B

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

Shades of Cabbage Pont #48563B

Tints of Cabbage Pont #48563B

Color information

#48563B (or 0x48563B) is unknown color: approx Cabbage Pont. HEX triplet: 48, 56 and 3B. RGB value is (72,86,59). Sum of RGB (Red+Green+Blue) = 72+86+59=217 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.18% from 217); Green value is 86 (33.98% from 255 or 39.63% from 217); Blue value is 59 (23.44% from 255 or 27.19% from 217); Max value from RGB is 86 - color contains mainly: green. Hex color #48563B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48563B is #B7A9C4. Grayscale: #4E4E4E. Windows color (decimal): -12036549 or 3888712. OLE color: 3888712.

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

Color convert

RGB728659-
CMYK0.1600.310.66
HSL91.11º18.62%28.43%-
HSV(B)91.11º31.4%33.73%-
XYZ6.798.355.39-
YUV78.74116.86123.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.18%
GREEN value IS 86 (33.98% from 255) = 39.63%
BLUE value IS 59 (23.44% from 255) = 27.19%
R=33.18%
G=39.63%
B=27.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7286590.1600.310.6691.1118.6228.43
Hex48563B1001F425b131c
Octal11012673200371021332334
Binary1001000101011011101110000011111100001010110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48563B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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