Html Css Color HEX #471C16 Brown Pod

📋 copy color: '#471C16'

red 71 ◦ green 28 ◦ blue 22

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

Shades of Brown Pod #471C16

Tints of Brown Pod #471C16

RGB

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

 GREEN value IS 28 (11.33% from 255) = 23.14%

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

R = 58.68%
G = 23.14%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.69

 K value IS 0.72

RGB Variations

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

Color information

#471C16 (or 0x471C16) is known color: Brown Pod. HEX triplet: 47, 1C and 16. RGB value is (71,28,22). Sum of RGB (Red+Green+Blue) = 71+28+22=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 28 (11.33% from 255 or 23.14% from 121); Blue value is 22 (8.98% from 255 or 18.18% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #471C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C16 is #B8E3E9. Grayscale: #282828. Windows color (decimal): -12116970 or 1449031. OLE color: 1449031.

HSL color Cylindrical-coordinate representation of color #471C16: hue angle of 7.35º 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 #471C16 is Cyan = 0, Magento = 0.61, Yellow = 0.69 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 28 22 -
CMYK 0 0.61 0.69 0.72
HSL 7.35º 0.53% 0.18% -
HSV(B) 7.35º 0.69% 0.28% -
XYZ 3.16 2.23 1.02 -
YUV 40.17 117.75 149.99 -
System Red Green Blue C M Y K H S L
Decimal 71 28 22 0 0.61 0.69 0.72 7.35 0.53 0.18
Hex 47 1C 16 0 3D 45 48 7 35 12
Octal 107 34 26 0 75 105 110 7 65 22
Binary 1000111 11100 10110 0 111101 1000101 1001000 111 110101 10010

Color Harmonies of #471C16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471C16

Black with #471C16

Text Example


Text Example

White with #471C16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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