Html Css Color HEX #472211 Brown Pod

📋 copy color: '#472211'

red 71 ◦ green 34 ◦ blue 17

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

Shades of Brown Pod #472211

Tints of Brown Pod #472211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.93%

R = 58.2%
G = 27.87%
B = 13.93%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#472211 (or 0x472211) is known color: Brown Pod. HEX triplet: 47, 22 and 11. RGB value is (71,34,17). Sum of RGB (Red+Green+Blue) = 71+34+17=122 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.20% from 122); Green value is 34 (13.67% from 255 or 27.87% from 122); Blue value is 17 (7.03% from 255 or 13.93% from 122); Max value from RGB is 71 - color contains mainly: red. Hex color #472211 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472211 is #B8DDEE. Grayscale: #2B2B2B. Windows color (decimal): -12115439 or 1122887. OLE color: 1122887.

HSL color Cylindrical-coordinate representation of color #472211: hue angle of 18.89º degrees, saturation: 0.61, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #472211 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 34 17 -
CMYK 0 0.52 0.76 0.72
HSL 18.89º 0.61% 0.17% -
HSV(B) 18.89º 0.76% 0.28% -
XYZ 3.27 2.52 0.85 -
YUV 43.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 71 34 17 0 0.52 0.76 0.72 18.89 0.61 0.17
Hex 47 22 11 0 34 4C 48 13 3D 11
Octal 107 42 21 0 64 114 110 23 75 21
Binary 1000111 100010 10001 0 110100 1001100 1001000 10011 111101 10001

Color Harmonies of #472211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472211

Black with #472211

Text Example


Text Example

White with #472211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472211; }

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

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

background-color css

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

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

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

border-color css

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

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

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