Html Css Color HEX #471E14 Brown Pod

📋 copy color: '#471E14'

red 71 ◦ green 30 ◦ blue 20

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

Shades of Brown Pod #471E14

Tints of Brown Pod #471E14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.53%

R = 58.68%
G = 24.79%
B = 16.53%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.72

RGB Variations

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

Color information

#471E14 (or 0x471E14) is known color: Brown Pod. HEX triplet: 47, 1E and 14. RGB value is (71,30,20). Sum of RGB (Red+Green+Blue) = 71+30+20=121 (16% of max value = 765). Red value is 71 (28.12% from 255 or 58.68% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 20 (8.20% from 255 or 16.53% from 121); Max value from RGB is 71 - color contains mainly: red. Hex color #471E14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E14 is #B8E1EB. Grayscale: #292929. Windows color (decimal): -12116460 or 1318471. OLE color: 1318471.

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

Color convert

RGB 71 30 20 -
CMYK 0 0.58 0.72 0.72
HSL 11.76º 0.56% 0.18% -
HSV(B) 11.76º 0.72% 0.28% -
XYZ 3.19 2.32 0.94 -
YUV 41.12 116.08 149.31 -
System Red Green Blue C M Y K H S L
Decimal 71 30 20 0 0.58 0.72 0.72 11.76 0.56 0.18
Hex 47 1E 14 0 3A 48 48 C 38 12
Octal 107 36 24 0 72 110 110 14 70 22
Binary 1000111 11110 10100 0 111010 1001000 1001000 1100 111000 10010

Color Harmonies of #471E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E14

Black with #471E14

Text Example


Text Example

White with #471E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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