#47503D

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

Shades of Cabbage Pont #47503D

Tints of Cabbage Pont #47503D

Color information

#47503D (or 0x47503D) is unknown color: approx Cabbage Pont. HEX triplet: 47, 50 and 3D. RGB value is (71,80,61). Sum of RGB (Red+Green+Blue) = 71+80+61=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 61 (24.22% from 255 or 28.77% from 212); Max value from RGB is 80 - color contains mainly: green. Hex color #47503D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47503D is #B8AFC2. Grayscale: #4B4B4B. Windows color (decimal): -12103619 or 4018247. OLE color: 4018247.

HSL color Cylindrical-coordinate representation of color #47503D: hue angle of 88.42º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #47503D is Cyan = 0.11, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.69.

Color convert

RGB718061-
CMYK0.1100.240.69
HSL88.42º13.48%27.65%-
HSV(B)88.42º23.75%31.37%-
XYZ6.317.415.51-
YUV75.14120.02125.04-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.49%
GREEN value IS 80 (31.64% from 255) = 37.74%
BLUE value IS 61 (24.22% from 255) = 28.77%
R=33.49%
G=37.74%
B=28.77%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal7180610.1100.240.6988.4213.4827.65
Hex47503DB0184558d1c
Octal10712075130301051301534
Binary10001111010000111101101101100010001011011000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47503D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,80,61); }

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

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

 a { background-color: rgb(71,80,61); }

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

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

 span { border-color: rgb(71,80,61); }

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