#48513D

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

Shades of Cabbage Pont #48513D

Tints of Cabbage Pont #48513D

Color information

#48513D (or 0x48513D) is unknown color: approx Cabbage Pont. HEX triplet: 48, 51 and 3D. RGB value is (72,81,61). Sum of RGB (Red+Green+Blue) = 72+81+61=214 (28% of max value = 765). Red value is 72 (28.52% from 255 or 33.64% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #48513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #48513D is #B7AEC2. Grayscale: #4C4C4C. Windows color (decimal): -12037827 or 4018504. OLE color: 4018504.

HSL color Cylindrical-coordinate representation of color #48513D: hue angle of 87º degrees, saturation: 0.14, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #48513D is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB728161-
CMYK0.1100.250.68
HSL87º14.08%27.84%-
HSV(B)87º24.69%31.76%-
XYZ6.467.65.54-
YUV76.03119.52125.13-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 33.64%
GREEN value IS 81 (32.03% from 255) = 37.85%
BLUE value IS 61 (24.22% from 255) = 28.50%
R=33.64%
G=37.85%
B=28.50%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7281610.1100.250.688714.0827.84
Hex48513DB0194457e1c
Octal11012175130311041271634
Binary10010001010001111101101101100110001001010111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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