Html Css Color HEX #47503E Cabbage Pont

📋 copy color: '#47503E'

red 71 ◦ green 80 ◦ blue 62

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

Shades of Cabbage Pont #47503E

Tints of Cabbage Pont #47503E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 37.56%

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

R = 33.33%
G = 37.56%
B = 29.11%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.22

 K value IS 0.69

RGB Variations

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

Color information

#47503E (or 0x47503E) is known color: Cabbage Pont. HEX triplet: 47, 50 and 3E. RGB value is (71,80,62). Sum of RGB (Red+Green+Blue) = 71+80+62=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 80 (31.64% from 255 or 37.56% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 80 - color contains mainly: green. Hex color #47503E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47503E is #B8AFC1. Grayscale: #4B4B4B. Windows color (decimal): -12103618 or 4083783. OLE color: 4083783.

HSL color Cylindrical-coordinate representation of color #47503E: hue angle of 90º degrees, saturation: 0.13, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #47503E is Cyan = 0.11, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.69.

Color convert

RGB 71 80 62 -
CMYK 0.11 0 0.22 0.69
HSL 90º 0.13% 0.28% -
HSV(B) 90º 0.23% 0.31% -
XYZ 6.34 7.42 5.66 -
YUV 75.26 120.52 124.96 -
System Red Green Blue C M Y K H S L
Decimal 71 80 62 0.11 0 0.22 0.69 90 0.13 0.28
Hex 47 50 3E B 0 16 45 5A D 1C
Octal 107 120 76 13 0 26 105 132 15 34
Binary 1000111 1010000 111110 1011 0 10110 1000101 1011010 1101 11100

Color Harmonies of #47503E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47503E

Black with #47503E

Text Example


Text Example

White with #47503E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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