#47513F

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

Shades of Cabbage Pont #47513F

Tints of Cabbage Pont #47513F

Color information

#47513F (or 0x47513F) is unknown color: approx Cabbage Pont. HEX triplet: 47, 51 and 3F. RGB value is (71,81,63). Sum of RGB (Red+Green+Blue) = 71+81+63=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 81 (32.03% from 255 or 37.67% from 215); Blue value is 63 (25% from 255 or 29.30% from 215); Max value from RGB is 81 - color contains mainly: green. Hex color #47513F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47513F is #B8AEC0. Grayscale: #4C4C4C. Windows color (decimal): -12103361 or 4149575. OLE color: 4149575.

HSL color Cylindrical-coordinate representation of color #47513F: hue angle of 93.33º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #47513F is Cyan = 0.12, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.68.

Color convert

RGB718163-
CMYK0.1200.220.68
HSL93.33º12.5%28.24%-
HSV(B)93.33º22.22%31.76%-
XYZ6.447.585.83-
YUV75.96120.69124.46-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 81 (32.03% from 255) = 37.67%
BLUE value IS 63 (25% from 255) = 29.30%
R=33.02%
G=37.67%
B=29.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7181630.1200.220.6893.3312.528.24
Hex47513FC016445dd1c
Octal10712177140261041351534
Binary10001111010001111111110001011010001001011101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47513F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,81,63); }

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

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

 a { background-color: rgb(71,81,63); }

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

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

 span { border-color: rgb(71,81,63); }

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