#48553B

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

Shades of Cabbage Pont #48553B

Tints of Cabbage Pont #48553B

Color information

#48553B (or 0x48553B) is unknown color: approx Cabbage Pont. HEX triplet: 48, 55 and 3B. RGB value is (72,85,59). Sum of RGB (Red+Green+Blue) = 72+85+59=216 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.33% from 216); Green value is 85 (33.59% from 255 or 39.35% from 216); Blue value is 59 (23.44% from 255 or 27.31% from 216); Max value from RGB is 85 - color contains mainly: green. Hex color #48553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48553B is #B7AAC4. Grayscale: #4E4E4E. Windows color (decimal): -12036805 or 3888456. OLE color: 3888456.

HSL color Cylindrical-coordinate representation of color #48553B: hue angle of 90º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #48553B is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB728559-
CMYK0.1500.310.67
HSL90º18.06%28.24%-
HSV(B)90º30.59%33.33%-
XYZ6.718.195.36-
YUV78.15117.19123.61-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.33%
GREEN value IS 85 (33.59% from 255) = 39.35%
BLUE value IS 59 (23.44% from 255) = 27.31%
R=33.33%
G=39.35%
B=27.31%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7285590.1500.310.679018.0628.24
Hex48553BF01F435a121c
Octal11012573170371031322234
Binary100100010101011110111111011111100001110110101001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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