Html Css Color HEX #471E16 Brown Pod

📋 copy color: '#471E16'

red 71 ◦ green 30 ◦ blue 22

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

Shades of Brown Pod #471E16

Tints of Brown Pod #471E16

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.39%

 BLUE value IS 22 (8.98% from 255) = 17.89%

R = 57.72%
G = 24.39%
B = 17.89%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#471E16 (or 0x471E16) is known color: Brown Pod. HEX triplet: 47, 1E and 16. RGB value is (71,30,22). Sum of RGB (Red+Green+Blue) = 71+30+22=123 (16% of max value = 765). Red value is 71 (28.12% from 255 or 57.72% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 22 (8.98% from 255 or 17.89% from 123); Max value from RGB is 71 - color contains mainly: red. Hex color #471E16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E16 is #B8E1E9. Grayscale: #292929. Windows color (decimal): -12116458 or 1449543. OLE color: 1449543.

HSL color Cylindrical-coordinate representation of color #471E16: hue angle of 9.8º degrees, saturation: 0.53, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #471E16 is Cyan = 0, Magento = 0.58, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 30 22 -
CMYK 0 0.58 0.69 0.72
HSL 9.8º 0.53% 0.18% -
HSV(B) 9.8º 0.69% 0.28% -
XYZ 3.21 2.33 1.04 -
YUV 41.35 117.08 149.15 -
System Red Green Blue C M Y K H S L
Decimal 71 30 22 0 0.58 0.69 0.72 9.8 0.53 0.18
Hex 47 1E 16 0 3A 45 48 A 35 12
Octal 107 36 26 0 72 105 110 12 65 22
Binary 1000111 11110 10110 0 111010 1000101 1001000 1010 110101 10010

Color Harmonies of #471E16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E16

Black with #471E16

Text Example


Text Example

White with #471E16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471E16; }

 p { color: rgb(71,30,22); }

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

background-color css

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

 a { background-color: rgb(71,30,22); }

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

border-color css

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

 span { border-color: rgb(71,30,22); }

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