#47523E

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

Shades of Cabbage Pont #47523E

Tints of Cabbage Pont #47523E

Color information

#47523E (or 0x47523E) is unknown color: approx Cabbage Pont. HEX triplet: 47, 52 and 3E. RGB value is (71,82,62). Sum of RGB (Red+Green+Blue) = 71+82+62=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 62 (24.61% from 255 or 28.84% from 215); Max value from RGB is 82 - color contains mainly: green. Hex color #47523E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47523E is #B8ADC1. Grayscale: #4C4C4C. Windows color (decimal): -12103106 or 4084295. OLE color: 4084295.

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

Color convert

RGB718262-
CMYK0.1300.240.68
HSL93º13.89%28.24%-
HSV(B)93º24.39%32.16%-
XYZ6.497.725.71-
YUV76.43119.86124.13-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 62 (24.61% from 255) = 28.84%
R=33.02%
G=38.14%
B=28.84%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182620.1300.240.689313.8928.24
Hex47523ED018445de1c
Octal10712276150301041351634
Binary10001111010010111110110101100010001001011101111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47523E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47523E; }

 p { color: rgb(71,82,62); }

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

<style>
 a { background-color: #47523E; }

 a { background-color: rgb(71,82,62); }

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

<style>
 span { border-color: #47523E; }

 span { border-color: rgb(71,82,62); }

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