Html Css Color HEX #47523C Cabbage Pont

📋 copy color: '#47523C'

red 71 ◦ green 82 ◦ blue 60

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

Shades of Cabbage Pont #47523C

Tints of Cabbage Pont #47523C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.17%

R = 33.33%
G = 38.5%
B = 28.17%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.27

 K value IS 0.68

RGB Variations

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

Color information

#47523C (or 0x47523C) is known color: Cabbage Pont. HEX triplet: 47, 52 and 3C. RGB value is (71,82,60). Sum of RGB (Red+Green+Blue) = 71+82+60=213 (28% of max value = 765). Red value is 71 (28.12% from 255 or 33.33% from 213); Green value is 82 (32.42% from 255 or 38.50% from 213); Blue value is 60 (23.83% from 255 or 28.17% from 213); Max value from RGB is 82 - color contains mainly: green. Hex color #47523C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47523C is #B8ADC3. Grayscale: #4C4C4C. Windows color (decimal): -12103108 or 3953223. OLE color: 3953223.

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

Color convert

RGB 71 82 60 -
CMYK 0.13 0 0.27 0.68
HSL 90º 0.15% 0.28% -
HSV(B) 90º 0.27% 0.32% -
XYZ 6.43 7.7 5.42 -
YUV 76.2 118.86 124.29 -
System Red Green Blue C M Y K H S L
Decimal 71 82 60 0.13 0 0.27 0.68 90 0.15 0.28
Hex 47 52 3C D 0 1B 44 5A F 1C
Octal 107 122 74 15 0 33 104 132 17 34
Binary 1000111 1010010 111100 1101 0 11011 1000100 1011010 1111 11100

Color Harmonies of #47523C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47523C

Black with #47523C

Text Example


Text Example

White with #47523C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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