Html Css Color HEX #471911 Brown Pod

📋 copy color: '#471911'

red 71 ◦ green 25 ◦ blue 17

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

Shades of Brown Pod #471911

Tints of Brown Pod #471911

RGB

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

 GREEN value IS 25 (10.16% from 255) = 22.12%

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

R = 62.83%
G = 22.12%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.72

RGB Variations

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

Color information

#471911 (or 0x471911) is known color: Brown Pod. HEX triplet: 47, 19 and 11. RGB value is (71,25,17). Sum of RGB (Red+Green+Blue) = 71+25+17=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 25 (10.16% from 255 or 22.12% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #471911 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471911 is #B8E6EE. Grayscale: #252525. Windows color (decimal): -12117743 or 1120583. OLE color: 1120583.

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

Color convert

RGB 71 25 17 -
CMYK 0 0.65 0.76 0.72
HSL 8.89º 0.61% 0.17% -
HSV(B) 8.89º 0.76% 0.28% -
XYZ 3.05 2.08 0.77 -
YUV 37.84 116.24 151.65 -
System Red Green Blue C M Y K H S L
Decimal 71 25 17 0 0.65 0.76 0.72 8.89 0.61 0.17
Hex 47 19 11 0 41 4C 48 9 3D 11
Octal 107 31 21 0 101 114 110 11 75 21
Binary 1000111 11001 10001 0 1000001 1001100 1001000 1001 111101 10001

Color Harmonies of #471911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471911

Black with #471911

Text Example


Text Example

White with #471911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471911; }

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

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

background-color css

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

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

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

border-color css

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

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

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