Html Css Color HEX #471A10 Brown Pod

📋 copy color: '#471A10'

red 71 ◦ green 26 ◦ blue 16

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

Shades of Brown Pod #471A10

Tints of Brown Pod #471A10

RGB

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

 GREEN value IS 26 (10.55% from 255) = 23.01%

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

R = 62.83%
G = 23.01%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471A10 (or 0x471A10) is known color: Brown Pod. HEX triplet: 47, 1A and 10. RGB value is (71,26,16). Sum of RGB (Red+Green+Blue) = 71+26+16=113 (14% of max value = 765). Red value is 71 (28.12% from 255 or 62.83% from 113); Green value is 26 (10.55% from 255 or 23.01% from 113); Blue value is 16 (6.64% from 255 or 14.16% from 113); Max value from RGB is 71 - color contains mainly: red. Hex color #471A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471A10 is #B8E5EF. Grayscale: #262626. Windows color (decimal): -12117488 or 1055303. OLE color: 1055303.

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

Color convert

RGB 71 26 16 -
CMYK 0 0.63 0.77 0.72
HSL 10.91º 0.63% 0.17% -
HSV(B) 10.91º 0.77% 0.28% -
XYZ 3.06 2.12 0.74 -
YUV 38.32 115.41 151.31 -
System Red Green Blue C M Y K H S L
Decimal 71 26 16 0 0.63 0.77 0.72 10.91 0.63 0.17
Hex 47 1A 10 0 3F 4D 48 B 3F 11
Octal 107 32 20 0 77 115 110 13 77 21
Binary 1000111 11010 10000 0 111111 1001101 1001000 1011 111111 10001

Color Harmonies of #471A10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471A10

Black with #471A10

Text Example


Text Example

White with #471A10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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