Html Css Color HEX #471D10 Brown Pod

📋 copy color: '#471D10'

red 71 ◦ green 29 ◦ blue 16

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

Shades of Brown Pod #471D10

Tints of Brown Pod #471D10

RGB

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

 GREEN value IS 29 (11.72% from 255) = 25%

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

R = 61.21%
G = 25%
B = 13.79%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471D10 (or 0x471D10) is known color: Brown Pod. HEX triplet: 47, 1D and 10. RGB value is (71,29,16). Sum of RGB (Red+Green+Blue) = 71+29+16=116 (15% of max value = 765). Red value is 71 (28.12% from 255 or 61.21% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 16 (6.64% from 255 or 13.79% from 116); Max value from RGB is 71 - color contains mainly: red. Hex color #471D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471D10 is #B8E2EF. Grayscale: #282828. Windows color (decimal): -12116720 or 1056071. OLE color: 1056071.

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

Color convert

RGB 71 29 16 -
CMYK 0 0.59 0.77 0.72
HSL 14.18º 0.63% 0.17% -
HSV(B) 14.18º 0.77% 0.28% -
XYZ 3.13 2.26 0.76 -
YUV 40.08 114.41 150.06 -
System Red Green Blue C M Y K H S L
Decimal 71 29 16 0 0.59 0.77 0.72 14.18 0.63 0.17
Hex 47 1D 10 0 3B 4D 48 E 3F 11
Octal 107 35 20 0 73 115 110 16 77 21
Binary 1000111 11101 10000 0 111011 1001101 1001000 1110 111111 10001

Color Harmonies of #471D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471D10

Black with #471D10

Text Example


Text Example

White with #471D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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