Html Css Color HEX #47523D Cabbage Pont

📋 copy color: '#47523D'

red 71 ◦ green 82 ◦ blue 61

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

Shades of Cabbage Pont #47523D

Tints of Cabbage Pont #47523D

RGB

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

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

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

R = 33.18%
G = 38.32%
B = 28.5%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#47523D (or 0x47523D) is known color: Cabbage Pont. HEX triplet: 47, 52 and 3D. RGB value is (71,82,61). Sum of RGB (Red+Green+Blue) = 71+82+61=214 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.18% from 214); Green value is 82 (32.42% from 255 or 38.32% from 214); Blue value is 61 (24.22% from 255 or 28.50% from 214); Max value from RGB is 82 - color contains mainly: green. Hex color #47523D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47523D is #B8ADC2. Grayscale: #4C4C4C. Windows color (decimal): -12103107 or 4018759. OLE color: 4018759.

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

Color convert

RGB 71 82 61 -
CMYK 0.13 0 0.26 0.68
HSL 91.43º 0.15% 0.28% -
HSV(B) 91.43º 0.26% 0.32% -
XYZ 6.46 7.71 5.56 -
YUV 76.32 119.36 124.21 -
System Red Green Blue C M Y K H S L
Decimal 71 82 61 0.13 0 0.26 0.68 91.43 0.15 0.28
Hex 47 52 3D D 0 1A 44 5B F 1C
Octal 107 122 75 15 0 32 104 133 17 34
Binary 1000111 1010010 111101 1101 0 11010 1000100 1011011 1111 11100

Color Harmonies of #47523D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47523D

Black with #47523D

Text Example


Text Example

White with #47523D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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