Html Css Color HEX #47533A Cabbage Pont

📋 copy color: '#47533A'

red 71 ◦ green 83 ◦ blue 58

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

Shades of Cabbage Pont #47533A

Tints of Cabbage Pont #47533A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 27.36%

R = 33.49%
G = 39.15%
B = 27.36%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#47533A (or 0x47533A) is known color: Cabbage Pont. HEX triplet: 47, 53 and 3A. RGB value is (71,83,58). Sum of RGB (Red+Green+Blue) = 71+83+58=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 83 (32.81% from 255 or 39.15% from 212); Blue value is 58 (23.05% from 255 or 27.36% from 212); Max value from RGB is 83 - color contains mainly: green. Hex color #47533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47533A is #B8ACC5. Grayscale: #4C4C4C. Windows color (decimal): -12102854 or 3822407. OLE color: 3822407.

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

Color convert

RGB 71 83 58 -
CMYK 0.14 0 0.30 0.67
HSL 88.8º 0.18% 0.28% -
HSV(B) 88.8º 0.3% 0.33% -
XYZ 6.46 7.83 5.17 -
YUV 76.56 117.52 124.03 -
System Red Green Blue C M Y K H S L
Decimal 71 83 58 0.14 0 0.30 0.67 88.8 0.18 0.28
Hex 47 53 3A E 0 1E 43 59 12 1C
Octal 107 123 72 16 0 36 103 131 22 34
Binary 1000111 1010011 111010 1110 0 11110 1000011 1011001 10010 11100

Color Harmonies of #47533A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47533A

Black with #47533A

Text Example


Text Example

White with #47533A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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