Html Css Color HEX #47523B Cabbage Pont

📋 copy color: '#47523B'

red 71 ◦ green 82 ◦ blue 59

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

Shades of Cabbage Pont #47523B

Tints of Cabbage Pont #47523B

RGB

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

 GREEN value IS 82 (32.42% from 255) = 38.68%

 BLUE value IS 59 (23.44% from 255) = 27.83%

R = 33.49%
G = 38.68%
B = 27.83%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#47523B (or 0x47523B) is known color: Cabbage Pont. HEX triplet: 47, 52 and 3B. RGB value is (71,82,59). Sum of RGB (Red+Green+Blue) = 71+82+59=212 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.49% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 59 (23.44% from 255 or 27.83% from 212); Max value from RGB is 82 - color contains mainly: green. Hex color #47523B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47523B is #B8ADC4. Grayscale: #4C4C4C. Windows color (decimal): -12103109 or 3887687. OLE color: 3887687.

HSL color Cylindrical-coordinate representation of color #47523B: hue angle of 88.7º degrees, saturation: 0.16, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #47523B is Cyan = 0.13, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.68.

Color convert

RGB 71 82 59 -
CMYK 0.13 0 0.28 0.68
HSL 88.7º 0.16% 0.28% -
HSV(B) 88.7º 0.28% 0.32% -
XYZ 6.41 7.69 5.28 -
YUV 76.09 118.36 124.37 -
System Red Green Blue C M Y K H S L
Decimal 71 82 59 0.13 0 0.28 0.68 88.7 0.16 0.28
Hex 47 52 3B D 0 1C 44 59 10 1C
Octal 107 122 73 15 0 34 104 131 20 34
Binary 1000111 1010010 111011 1101 0 11100 1000100 1011001 10000 11100

Color Harmonies of #47523B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47523B

Black with #47523B

Text Example


Text Example

White with #47523B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47523B; }

 p { color: rgb(71,82,59); }

 H1.HeaderClassName
 {
   color: #47523B;
 }
 .AnyTagClassName
 {
   color: #47523B;
 }
</style>

background-color css

<style>
 a { background-color: #47523B; }

 a { background-color: rgb(71,82,59); }

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

border-color css

<style>
 span { border-color: #47523B; }

 span { border-color: rgb(71,82,59); }

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