#47553A

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

Shades of Cabbage Pont #47553A

Tints of Cabbage Pont #47553A

Color information

#47553A (or 0x47553A) is unknown color: approx Cabbage Pont. HEX triplet: 47, 55 and 3A. RGB value is (71,85,58). Sum of RGB (Red+Green+Blue) = 71+85+58=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 85 (33.59% from 255 or 39.72% from 214); Blue value is 58 (23.05% from 255 or 27.10% from 214); Max value from RGB is 85 - color contains mainly: green. Hex color #47553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47553A is #B8AAC5. Grayscale: #4D4D4D. Windows color (decimal): -12102342 or 3822919. OLE color: 3822919.

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

Color convert

RGB718558-
CMYK0.1600.320.67
HSL91.11º18.88%28.04%-
HSV(B)91.11º31.76%33.33%-
XYZ6.618.145.23-
YUV77.74116.86123.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 33.18%
GREEN value IS 85 (33.59% from 255) = 39.72%
BLUE value IS 58 (23.05% from 255) = 27.10%
R=33.18%
G=39.72%
B=27.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal7185580.1600.320.6791.1118.8828.04
Hex47553A10020435b131c
Octal10712572200401031332334
Binary10001111010101111010100000100000100001110110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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