#47553B

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

Shades of Cabbage Pont #47553B

Tints of Cabbage Pont #47553B

Color information

#47553B (or 0x47553B) is unknown color: approx Cabbage Pont. HEX triplet: 47, 55 and 3B. RGB value is (71,85,59). Sum of RGB (Red+Green+Blue) = 71+85+59=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 85 (33.59% from 255 or 39.53% from 215); Blue value is 59 (23.44% from 255 or 27.44% from 215); Max value from RGB is 85 - color contains mainly: green. Hex color #47553B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47553B is #B8AAC4. Grayscale: #4D4D4D. Windows color (decimal): -12102341 or 3888455. OLE color: 3888455.

HSL color Cylindrical-coordinate representation of color #47553B: hue angle of 92.31º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #47553B is Cyan = 0.16, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB718559-
CMYK0.1600.310.67
HSL92.31º18.06%28.24%-
HSV(B)92.31º30.59%33.33%-
XYZ6.648.155.36-
YUV77.85117.36123.11-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.02%
GREEN value IS 85 (33.59% from 255) = 39.53%
BLUE value IS 59 (23.44% from 255) = 27.44%
R=33.02%
G=39.53%
B=27.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185590.1600.310.6792.3118.0628.24
Hex47553B1001F435c121c
Octal10712573200371031342234
Binary1000111101010111101110000011111100001110111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47553B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47553B; }

 p { color: rgb(71,85,59); }

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

<style>
 a { background-color: #47553B; }

 a { background-color: rgb(71,85,59); }

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

<style>
 span { border-color: #47553B; }

 span { border-color: rgb(71,85,59); }

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