Html Css Color HEX #47533C Cabbage Pont

📋 copy color: '#47533C'

red 71 ◦ green 83 ◦ blue 60

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

Shades of Cabbage Pont #47533C

Tints of Cabbage Pont #47533C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 38.79%

 BLUE value IS 60 (23.83% from 255) = 28.04%

R = 33.18%
G = 38.79%
B = 28.04%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#47533C (or 0x47533C) is known color: Cabbage Pont. HEX triplet: 47, 53 and 3C. RGB value is (71,83,60). Sum of RGB (Red+Green+Blue) = 71+83+60=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 83 (32.81% from 255 or 38.79% from 214); Blue value is 60 (23.83% from 255 or 28.04% from 214); Max value from RGB is 83 - color contains mainly: green. Hex color #47533C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47533C is #B8ACC3. Grayscale: #4C4C4C. Windows color (decimal): -12102852 or 3953479. OLE color: 3953479.

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

Color convert

RGB 71 83 60 -
CMYK 0.14 0 0.28 0.67
HSL 91.3º 0.16% 0.28% -
HSV(B) 91.3º 0.28% 0.33% -
XYZ 6.51 7.85 5.45 -
YUV 76.79 118.52 123.87 -
System Red Green Blue C M Y K H S L
Decimal 71 83 60 0.14 0 0.28 0.67 91.3 0.16 0.28
Hex 47 53 3C E 0 1C 43 5B 10 1C
Octal 107 123 74 16 0 34 103 133 20 34
Binary 1000111 1010011 111100 1110 0 11100 1000011 1011011 10000 11100

Color Harmonies of #47533C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47533C

Black with #47533C

Text Example


Text Example

White with #47533C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47533C; }

 p { color: rgb(71,83,60); }

 H1.HeaderClassName
 {
   color: #47533C;
 }
 .AnyTagClassName
 {
   color: #47533C;
 }
</style>

background-color css

<style>
 a { background-color: #47533C; }

 a { background-color: rgb(71,83,60); }

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

border-color css

<style>
 span { border-color: #47533C; }

 span { border-color: rgb(71,83,60); }

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