Html Css Color HEX #472011 Brown Pod

📋 copy color: '#472011'

red 71 ◦ green 32 ◦ blue 17

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

Shades of Brown Pod #472011

Tints of Brown Pod #472011

RGB

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

 GREEN value IS 32 (12.89% from 255) = 26.67%

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

R = 59.17%
G = 26.67%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#472011 (or 0x472011) is known color: Brown Pod. HEX triplet: 47, 20 and 11. RGB value is (71,32,17). Sum of RGB (Red+Green+Blue) = 71+32+17=120 (15% of max value = 765). Red value is 71 (28.12% from 255 or 59.17% from 120); Green value is 32 (12.89% from 255 or 26.67% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 71 - color contains mainly: red. Hex color #472011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472011 is #B8DFEE. Grayscale: #2A2A2A. Windows color (decimal): -12115951 or 1122375. OLE color: 1122375.

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

Color convert

RGB 71 32 17 -
CMYK 0 0.55 0.76 0.72
HSL 16.67º 0.61% 0.17% -
HSV(B) 16.67º 0.76% 0.28% -
XYZ 3.22 2.41 0.83 -
YUV 41.95 113.92 148.72 -
System Red Green Blue C M Y K H S L
Decimal 71 32 17 0 0.55 0.76 0.72 16.67 0.61 0.17
Hex 47 20 11 0 37 4C 48 11 3D 11
Octal 107 40 21 0 67 114 110 21 75 21
Binary 1000111 100000 10001 0 110111 1001100 1001000 10001 111101 10001

Color Harmonies of #472011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #472011

Black with #472011

Text Example


Text Example

White with #472011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #472011; }

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

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

background-color css

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

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

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

border-color css

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

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

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