Html Css Color HEX #47593A Cabbage Pont

📋 copy color: '#47593A'

red 71 ◦ green 89 ◦ blue 58

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

Shades of Cabbage Pont #47593A

Tints of Cabbage Pont #47593A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 40.83%

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

R = 32.57%
G = 40.83%
B = 26.61%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.35

 K value IS 0.65

RGB Variations

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

Color information

#47593A (or 0x47593A) is known color: Cabbage Pont. HEX triplet: 47, 59 and 3A. RGB value is (71,89,58). Sum of RGB (Red+Green+Blue) = 71+89+58=218 (28% of max value = 765). Red value is 71 (28.12% from 255 or 32.57% from 218); Green value is 89 (35.16% from 255 or 40.83% from 218); Blue value is 58 (23.05% from 255 or 26.61% from 218); Max value from RGB is 89 - color contains mainly: green. Hex color #47593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47593A is #B8A6C5. Grayscale: #505050. Windows color (decimal): -12101318 or 3823943. OLE color: 3823943.

HSL color Cylindrical-coordinate representation of color #47593A: hue angle of 94.84º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #47593A is Cyan = 0.20, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.

Color convert

RGB 71 89 58 -
CMYK 0.20 0 0.35 0.65
HSL 94.84º 0.21% 0.29% -
HSV(B) 94.84º 0.35% 0.35% -
XYZ 6.93 8.79 5.33 -
YUV 80.08 115.54 121.52 -
System Red Green Blue C M Y K H S L
Decimal 71 89 58 0.20 0 0.35 0.65 94.84 0.21 0.29
Hex 47 59 3A 14 0 23 41 5F 15 1D
Octal 107 131 72 24 0 43 101 137 25 35
Binary 1000111 1011001 111010 10100 0 100011 1000001 1011111 10101 11101

Color Harmonies of #47593A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47593A

Black with #47593A

Text Example


Text Example

White with #47593A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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