Html Css Color HEX #471B10 Brown Pod

📋 copy color: '#471B10'

red 71 ◦ green 27 ◦ blue 16

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

Shades of Brown Pod #471B10

Tints of Brown Pod #471B10

RGB

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

 GREEN value IS 27 (10.94% from 255) = 23.68%

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

R = 62.28%
G = 23.68%
B = 14.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.77

 K value IS 0.72

RGB Variations

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

Color information

#471B10 (or 0x471B10) is known color: Brown Pod. HEX triplet: 47, 1B and 10. RGB value is (71,27,16). Sum of RGB (Red+Green+Blue) = 71+27+16=114 (15% of max value = 765). Red value is 71 (28.12% from 255 or 62.28% from 114); Green value is 27 (10.94% from 255 or 23.68% from 114); Blue value is 16 (6.64% from 255 or 14.04% from 114); Max value from RGB is 71 - color contains mainly: red. Hex color #471B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471B10 is #B8E4EF. Grayscale: #262626. Windows color (decimal): -12117232 or 1055559. OLE color: 1055559.

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

Color convert

RGB 71 27 16 -
CMYK 0 0.62 0.77 0.72
HSL 12º 0.63% 0.17% -
HSV(B) 12º 0.77% 0.28% -
XYZ 3.08 2.16 0.74 -
YUV 38.9 115.08 150.89 -
System Red Green Blue C M Y K H S L
Decimal 71 27 16 0 0.62 0.77 0.72 12 0.63 0.17
Hex 47 1B 10 0 3E 4D 48 C 3F 11
Octal 107 33 20 0 76 115 110 14 77 21
Binary 1000111 11011 10000 0 111110 1001101 1001000 1100 111111 10001

Color Harmonies of #471B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471B10

Black with #471B10

Text Example


Text Example

White with #471B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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