Html Css Color HEX #47533D Cabbage Pont

📋 copy color: '#47533D'

red 71 ◦ green 83 ◦ blue 61

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

Shades of Cabbage Pont #47533D

Tints of Cabbage Pont #47533D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 28.37%

R = 33.02%
G = 38.6%
B = 28.37%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#47533D (or 0x47533D) is known color: Cabbage Pont. HEX triplet: 47, 53 and 3D. RGB value is (71,83,61). Sum of RGB (Red+Green+Blue) = 71+83+61=215 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.02% from 215); Green value is 83 (32.81% from 255 or 38.60% from 215); Blue value is 61 (24.22% from 255 or 28.37% from 215); Max value from RGB is 83 - color contains mainly: green. Hex color #47533D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47533D is #B8ACC2. Grayscale: #4C4C4C. Windows color (decimal): -12102851 or 4019015. OLE color: 4019015.

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

Color convert

RGB 71 83 61 -
CMYK 0.14 0 0.27 0.67
HSL 92.73º 0.15% 0.28% -
HSV(B) 92.73º 0.27% 0.33% -
XYZ 6.53 7.86 5.59 -
YUV 76.9 119.02 123.79 -
System Red Green Blue C M Y K H S L
Decimal 71 83 61 0.14 0 0.27 0.67 92.73 0.15 0.28
Hex 47 53 3D E 0 1B 43 5D F 1C
Octal 107 123 75 16 0 33 103 135 17 34
Binary 1000111 1010011 111101 1110 0 11011 1000011 1011101 1111 11100

Color Harmonies of #47533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47533D

Black with #47533D

Text Example


Text Example

White with #47533D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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