Html Css Color HEX #47563F Cabbage Pont

📋 copy color: '#47563F'

red 71 ◦ green 86 ◦ blue 63

#47563F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabbage Pont #47563F

Tints of Cabbage Pont #47563F

RGB

 RED value IS 71 (28.13% from 255) = 32.27%

 GREEN value IS 86 (33.98% from 255) = 39.09%

 BLUE value IS 63 (25% from 255) = 28.64%

R = 32.27%
G = 39.09%
B = 28.64%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.27

 K value IS 0.66

RGB Variations

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

Color information

#47563F (or 0x47563F) is known color: Cabbage Pont. HEX triplet: 47, 56 and 3F. RGB value is (71,86,63). Sum of RGB (Red+Green+Blue) = 71+86+63=220 (29% of max value = 765). Red value is 71 (28.12% from 255 or 32.27% from 220); Green value is 86 (33.98% from 255 or 39.09% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 86 - color contains mainly: green. Hex color #47563F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47563F is #B8A9C0. Grayscale: #4E4E4E. Windows color (decimal): -12102081 or 4150855. OLE color: 4150855.

HSL color Cylindrical-coordinate representation of color #47563F: hue angle of 99.13º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #47563F is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.66.

Color convert

RGB 71 86 63 -
CMYK 0.17 0 0.27 0.66
HSL 99.13º 0.15% 0.29% -
HSV(B) 99.13º 0.27% 0.34% -
XYZ 6.82 8.35 5.96 -
YUV 78.89 119.03 122.37 -
System Red Green Blue C M Y K H S L
Decimal 71 86 63 0.17 0 0.27 0.66 99.13 0.15 0.29
Hex 47 56 3F 11 0 1B 42 63 F 1D
Octal 107 126 77 21 0 33 102 143 17 35
Binary 1000111 1010110 111111 10001 0 11011 1000010 1100011 1111 11101

Color Harmonies of #47563F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47563F

Black with #47563F

Text Example


Text Example

White with #47563F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #47563F;
 }
 .AnyTagClassName
 {
   color: #47563F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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