#48583D

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

Shades of Cabbage Pont #48583D

Tints of Cabbage Pont #48583D

Color information

#48583D (or 0x48583D) is unknown color: approx Cabbage Pont. HEX triplet: 48, 58 and 3D. RGB value is (72,88,61). Sum of RGB (Red+Green+Blue) = 72+88+61=221 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.58% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 61 (24.22% from 255 or 27.60% from 221); Max value from RGB is 88 - color contains mainly: green. Hex color #48583D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48583D is #B7A7C2. Grayscale: #505050. Windows color (decimal): -12036035 or 4020296. OLE color: 4020296.

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

Color convert

RGB728861-
CMYK0.1800.310.65
HSL95.56º18.12%29.22%-
HSV(B)95.56º30.68%34.51%-
XYZ78.695.72-
YUV80.14117.2122.2-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.58%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 61 (24.22% from 255) = 27.60%
R=32.58%
G=39.82%
B=27.60%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7288610.1800.310.6595.5618.1229.22
Hex48583D1201F4160121d
Octal11013075220371011402235
Binary1001000101100011110110010011111100000111000001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48583D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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