#47523F

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

Shades of Cabbage Pont #47523F

Tints of Cabbage Pont #47523F

Color information

#47523F (or 0x47523F) is unknown color: approx Cabbage Pont. HEX triplet: 47, 52 and 3F. RGB value is (71,82,63). Sum of RGB (Red+Green+Blue) = 71+82+63=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #47523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47523F is #B8ADC0. Grayscale: #4C4C4C. Windows color (decimal): -12103105 or 4149831. OLE color: 4149831.

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

Color convert

RGB718263-
CMYK0.1300.230.68
HSL94.74º13.1%28.43%-
HSV(B)94.74º23.17%32.16%-
XYZ6.517.735.85-
YUV76.54120.36124.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 32.87%
GREEN value IS 82 (32.42% from 255) = 37.96%
BLUE value IS 63 (25% from 255) = 29.17%
R=32.87%
G=37.96%
B=29.17%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal7182630.1300.230.6894.7413.128.43
Hex47523FD017445fd1c
Octal10712277150271041371534
Binary10001111010010111111110101011110001001011111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47523F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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