Html Css Color HEX #471E10 Brown Pod

📋 copy color: '#471E10'

red 71 ◦ green 30 ◦ blue 16

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

Shades of Brown Pod #471E10

Tints of Brown Pod #471E10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 60.68%
G = 25.64%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471E10 (or 0x471E10) is known color: Brown Pod. HEX triplet: 47, 1E and 10. RGB value is (71,30,16). Sum of RGB (Red+Green+Blue) = 71+30+16=117 (15% of max value = 765). Red value is 71 (28.12% from 255 or 60.68% from 117); Green value is 30 (12.11% from 255 or 25.64% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 71 - color contains mainly: red. Hex color #471E10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E10 is #B8E1EF. Grayscale: #282828. Windows color (decimal): -12116464 or 1056327. OLE color: 1056327.

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

Color convert

RGB 71 30 16 -
CMYK 0 0.58 0.77 0.72
HSL 15.27º 0.63% 0.17% -
HSV(B) 15.27º 0.77% 0.28% -
XYZ 3.16 2.31 0.77 -
YUV 40.66 114.08 149.64 -
System Red Green Blue C M Y K H S L
Decimal 71 30 16 0 0.58 0.77 0.72 15.27 0.63 0.17
Hex 47 1E 10 0 3A 4D 48 F 3F 11
Octal 107 36 20 0 72 115 110 17 77 21
Binary 1000111 11110 10000 0 111010 1001101 1001000 1111 111111 10001

Color Harmonies of #471E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471E10

Black with #471E10

Text Example


Text Example

White with #471E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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