#48593D

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

Shades of Cabbage Pont #48593D

Tints of Cabbage Pont #48593D

Color information

#48593D (or 0x48593D) is unknown color: approx Cabbage Pont. HEX triplet: 48, 59 and 3D. RGB value is (72,89,61). Sum of RGB (Red+Green+Blue) = 72+89+61=222 (29% of max value = 765). Red value is 72 (28.52% from 255 or 32.43% from 222); Green value is 89 (35.16% from 255 or 40.09% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 89 - color contains mainly: green. Hex color #48593D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48593D is #B7A6C2. Grayscale: #505050. Windows color (decimal): -12035779 or 4020552. OLE color: 4020552.

HSL color Cylindrical-coordinate representation of color #48593D: hue angle of 96.43º degrees, saturation: 0.19, 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 #48593D is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.65.

Color convert

RGB728961-
CMYK0.1900.310.65
HSL96.43º18.67%29.41%-
HSV(B)96.43º31.46%34.9%-
XYZ7.098.865.75-
YUV80.72116.87121.78-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 32.43%
GREEN value IS 89 (35.16% from 255) = 40.09%
BLUE value IS 61 (24.22% from 255) = 27.48%
R=32.43%
G=40.09%
B=27.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7289610.1900.310.6596.4318.6729.41
Hex48593D1301F4160131d
Octal11013175230371011402335
Binary1001000101100111110110011011111100000111000001001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48593D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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