#48583F

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

Shades of Cabbage Pont #48583F

Tints of Cabbage Pont #48583F

Color information

#48583F (or 0x48583F) is unknown color: approx Cabbage Pont. HEX triplet: 48, 58 and 3F. RGB value is (72,88,63). Sum of RGB (Red+Green+Blue) = 72+88+63=223 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.29% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 63 (25% from 255 or 28.25% from 223); Max value from RGB is 88 - color contains mainly: green. Hex color #48583F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48583F is #B7A7C0. Grayscale: #505050. Windows color (decimal): -12036033 or 4151368. OLE color: 4151368.

HSL color Cylindrical-coordinate representation of color #48583F: hue angle of 98.4º degrees, saturation: 0.17, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #48583F is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.65.

Color convert

RGB728863-
CMYK0.1800.280.65
HSL98.4º16.56%29.61%-
HSV(B)98.4º28.41%34.51%-
XYZ7.068.726.01-
YUV80.37118.2122.03-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.29%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 63 (25% from 255) = 28.25%
R=32.29%
G=39.46%
B=28.25%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288630.1800.280.6598.416.5629.61
Hex48583F1201C4162111e
Octal11013077220341011422136
Binary1001000101100011111110010011100100000111000101000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48583F; }

 p { color: rgb(72,88,63); }

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

<style>
 a { background-color: #48583F; }

 a { background-color: rgb(72,88,63); }

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

<style>
 span { border-color: #48583F; }

 span { border-color: rgb(72,88,63); }

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