Html Css Color HEX #472520 Brown Pod

📋 copy color: '#472520'

red 71 ◦ green 37 ◦ blue 32

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

Shades of Brown Pod #472520

Tints of Brown Pod #472520

RGB

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

 GREEN value IS 37 (14.84% from 255) = 26.43%

 BLUE value IS 32 (12.89% from 255) = 22.86%

R = 50.71%
G = 26.43%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#472520 (or 0x472520) is known color: Brown Pod. HEX triplet: 47, 25 and 20. RGB value is (71,37,32). Sum of RGB (Red+Green+Blue) = 71+37+32=140 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.71% from 140); Green value is 37 (14.84% from 255 or 26.43% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 71 - color contains mainly: red. Hex color #472520 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472520 is #B8DADF. Grayscale: #2E2E2E. Windows color (decimal): -12114656 or 2106695. OLE color: 2106695.

HSL color Cylindrical-coordinate representation of color #472520: hue angle of 7.69º degrees, saturation: 0.38, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #472520 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 37 32 -
CMYK 0 0.48 0.55 0.72
HSL 7.69º 0.38% 0.2% -
HSV(B) 7.69º 0.55% 0.28% -
XYZ 3.52 2.77 1.72 -
YUV 46.6 119.76 145.41 -
System Red Green Blue C M Y K H S L
Decimal 71 37 32 0 0.48 0.55 0.72 7.69 0.38 0.2
Hex 47 25 20 0 30 37 48 8 26 14
Octal 107 45 40 0 60 67 110 10 46 24
Binary 1000111 100101 100000 0 110000 110111 1001000 1000 100110 10100

Color Harmonies of #472520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472520

Black with #472520

Text Example


Text Example

White with #472520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472520; }

 p { color: rgb(71,37,32); }

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

background-color css

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

 a { background-color: rgb(71,37,32); }

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

border-color css

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

 span { border-color: rgb(71,37,32); }

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