Html Css Color HEX #472215 Brown Pod

📋 copy color: '#472215'

red 71 ◦ green 34 ◦ blue 21

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

Shades of Brown Pod #472215

Tints of Brown Pod #472215

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.98%

 BLUE value IS 21 (8.59% from 255) = 16.67%

R = 56.35%
G = 26.98%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.70

 K value IS 0.72

RGB Variations

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

Color information

#472215 (or 0x472215) is known color: Brown Pod. HEX triplet: 47, 22 and 15. RGB value is (71,34,21). Sum of RGB (Red+Green+Blue) = 71+34+21=126 (16% of max value = 765). Red value is 71 (28.12% from 255 or 56.35% from 126); Green value is 34 (13.67% from 255 or 26.98% from 126); Blue value is 21 (8.59% from 255 or 16.67% from 126); Max value from RGB is 71 - color contains mainly: red. Hex color #472215 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472215 is #B8DDEA. Grayscale: #2B2B2B. Windows color (decimal): -12115435 or 1385031. OLE color: 1385031.

HSL color Cylindrical-coordinate representation of color #472215: hue angle of 15.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472215 is Cyan = 0, Magento = 0.52, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 21 -
CMYK 0 0.52 0.70 0.72
HSL 15.6º 0.54% 0.18% -
HSV(B) 15.6º 0.7% 0.28% -
XYZ 3.31 2.54 1.03 -
YUV 43.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 71 34 21 0 0.52 0.70 0.72 15.6 0.54 0.18
Hex 47 22 15 0 34 46 48 10 36 12
Octal 107 42 25 0 64 106 110 20 66 22
Binary 1000111 100010 10101 0 110100 1000110 1001000 10000 110110 10010

Color Harmonies of #472215

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472215

Black with #472215

Text Example


Text Example

White with #472215

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472215; }

 p { color: rgb(71,34,21); }

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

background-color css

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

 a { background-color: rgb(71,34,21); }

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

border-color css

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

 span { border-color: rgb(71,34,21); }

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