Html Css Color HEX #472620 Brown Pod

📋 copy color: '#472620'

red 71 ◦ green 38 ◦ blue 32

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

Shades of Brown Pod #472620

Tints of Brown Pod #472620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 26.95%

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

R = 50.35%
G = 26.95%
B = 22.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.72

RGB Variations

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

Color information

#472620 (or 0x472620) is known color: Brown Pod. HEX triplet: 47, 26 and 20. RGB value is (71,38,32). Sum of RGB (Red+Green+Blue) = 71+38+32=141 (18% of max value = 765). Red value is 71 (28.12% from 255 or 50.35% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 32 (12.89% from 255 or 22.70% from 141); Max value from RGB is 71 - color contains mainly: red. Hex color #472620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #472620 is #B8D9DF. Grayscale: #2F2F2F. Windows color (decimal): -12114400 or 2106951. OLE color: 2106951.

HSL color Cylindrical-coordinate representation of color #472620: hue angle of 9.23º 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 #472620 is Cyan = 0, Magento = 0.46, Yellow = 0.55 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 38 32 -
CMYK 0 0.46 0.55 0.72
HSL 9.23º 0.38% 0.2% -
HSV(B) 9.23º 0.55% 0.28% -
XYZ 3.55 2.83 1.73 -
YUV 47.18 119.43 144.99 -
System Red Green Blue C M Y K H S L
Decimal 71 38 32 0 0.46 0.55 0.72 9.23 0.38 0.2
Hex 47 26 20 0 2E 37 48 9 26 14
Octal 107 46 40 0 56 67 110 11 46 24
Binary 1000111 100110 100000 0 101110 110111 1001000 1001 100110 10100

Color Harmonies of #472620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472620

Black with #472620

Text Example


Text Example

White with #472620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472620; }

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

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

background-color css

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

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

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

border-color css

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

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

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