Html Css Color HEX #47523F Cabbage Pont

📋 copy color: '#47523F'

red 71 ◦ green 82 ◦ blue 63

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

Shades of Cabbage Pont #47523F

Tints of Cabbage Pont #47523F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 37.96%

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

R = 32.87%
G = 37.96%
B = 29.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#47523F (or 0x47523F) is known color: Cabbage Pont. HEX triplet: 47, 52 and 3F. RGB value is (71,82,63). Sum of RGB (Red+Green+Blue) = 71+82+63=216 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.87% from 216); Green value is 82 (32.42% from 255 or 37.96% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 82 - color contains mainly: green. Hex color #47523F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47523F is #B8ADC0. Grayscale: #4C4C4C. Windows color (decimal): -12103105 or 4149831. OLE color: 4149831.

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

Color convert

RGB 71 82 63 -
CMYK 0.13 0 0.23 0.68
HSL 94.74º 0.13% 0.28% -
HSV(B) 94.74º 0.23% 0.32% -
XYZ 6.51 7.73 5.85 -
YUV 76.55 120.36 124.04 -
System Red Green Blue C M Y K H S L
Decimal 71 82 63 0.13 0 0.23 0.68 94.74 0.13 0.28
Hex 47 52 3F D 0 17 44 5F D 1C
Octal 107 122 77 15 0 27 104 137 15 34
Binary 1000111 1010010 111111 1101 0 10111 1000100 1011111 1101 11100

Color Harmonies of #47523F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47523F

Black with #47523F

Text Example


Text Example

White with #47523F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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