Html Css Color HEX #47523A Cabbage Pont

📋 copy color: '#47523A'

red 71 ◦ green 82 ◦ blue 58

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

Shades of Cabbage Pont #47523A

Tints of Cabbage Pont #47523A

RGB

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

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

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

R = 33.65%
G = 38.86%
B = 27.49%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.29

 K value IS 0.68

RGB Variations

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

Color information

#47523A (or 0x47523A) is known color: Cabbage Pont. HEX triplet: 47, 52 and 3A. RGB value is (71,82,58). Sum of RGB (Red+Green+Blue) = 71+82+58=211 (27% of max value = 765). Red value is 71 (28.12% from 255 or 33.65% from 211); Green value is 82 (32.42% from 255 or 38.86% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 82 - color contains mainly: green. Hex color #47523A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #47523A is #B8ADC5. Grayscale: #4C4C4C. Windows color (decimal): -12103110 or 3822151. OLE color: 3822151.

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

Color convert

RGB 71 82 58 -
CMYK 0.13 0 0.29 0.68
HSL 87.5º 0.17% 0.27% -
HSV(B) 87.5º 0.29% 0.32% -
XYZ 6.38 7.68 5.15 -
YUV 75.98 117.86 124.45 -
System Red Green Blue C M Y K H S L
Decimal 71 82 58 0.13 0 0.29 0.68 87.5 0.17 0.27
Hex 47 52 3A D 0 1D 44 57 11 1B
Octal 107 122 72 15 0 35 104 127 21 33
Binary 1000111 1010010 111010 1101 0 11101 1000100 1010111 10001 11011

Color Harmonies of #47523A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47523A

Black with #47523A

Text Example


Text Example

White with #47523A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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