Html Css Color HEX #47513E Cabbage Pont

📋 copy color: '#47513E'

red 71 ◦ green 81 ◦ blue 62

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

Shades of Cabbage Pont #47513E

Tints of Cabbage Pont #47513E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 37.85%

 BLUE value IS 62 (24.61% from 255) = 28.97%

R = 33.18%
G = 37.85%
B = 28.97%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#47513E (or 0x47513E) is known color: Cabbage Pont. HEX triplet: 47, 51 and 3E. RGB value is (71,81,62). Sum of RGB (Red+Green+Blue) = 71+81+62=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 81 (32.03% from 255 or 37.85% from 214); Blue value is 62 (24.61% from 255 or 28.97% from 214); Max value from RGB is 81 - color contains mainly: green. Hex color #47513E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47513E is #B8AEC1. Grayscale: #4B4B4B. Windows color (decimal): -12103362 or 4084039. OLE color: 4084039.

HSL color Cylindrical-coordinate representation of color #47513E: hue angle of 91.58º 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 #47513E is Cyan = 0.12, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 81 62 -
CMYK 0.12 0 0.23 0.68
HSL 91.58º 0.13% 0.28% -
HSV(B) 91.58º 0.23% 0.32% -
XYZ 6.41 7.57 5.68 -
YUV 75.84 120.19 124.54 -
System Red Green Blue C M Y K H S L
Decimal 71 81 62 0.12 0 0.23 0.68 91.58 0.13 0.28
Hex 47 51 3E C 0 17 44 5C D 1C
Octal 107 121 76 14 0 27 104 134 15 34
Binary 1000111 1010001 111110 1100 0 10111 1000100 1011100 1101 11100

Color Harmonies of #47513E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47513E

Black with #47513E

Text Example


Text Example

White with #47513E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47513E; }

 p { color: rgb(71,81,62); }

 H1.HeaderClassName
 {
   color: #47513E;
 }
 .AnyTagClassName
 {
   color: #47513E;
 }
</style>

background-color css

<style>
 a { background-color: #47513E; }

 a { background-color: rgb(71,81,62); }

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

border-color css

<style>
 span { border-color: #47513E; }

 span { border-color: rgb(71,81,62); }

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