Html Css Color HEX #471706 Brown Pod

📋 copy color: '#471706'

red 71 ◦ green 23 ◦ blue 6

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

Shades of Brown Pod #471706

Tints of Brown Pod #471706

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23%

 BLUE value IS 6 (2.73% from 255) = 6%

R = 71%
G = 23%
B = 6%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.92

 K value IS 0.72

RGB Variations

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

Color information

#471706 (or 0x471706) is known color: Brown Pod. HEX triplet: 47, 17 and 06. RGB value is (71,23,6). Sum of RGB (Red+Green+Blue) = 71+23+6=100 (13% of max value = 765). Red value is 71 (28.12% from 255 or 71% from 100); Green value is 23 (9.38% from 255 or 23% from 100); Blue value is 6 (2.73% from 255 or 6% from 100); Max value from RGB is 71 - color contains mainly: red. Hex color #471706 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471706 is #B8E8F9. Grayscale: #232323. Windows color (decimal): -12118266 or 399175. OLE color: 399175.

HSL color Cylindrical-coordinate representation of color #471706: hue angle of 15.69º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #471706 is Cyan = 0, Magento = 0.68, Yellow = 0.92 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 23 6 -
CMYK 0 0.68 0.92 0.72
HSL 15.69º 0.84% 0.15% -
HSV(B) 15.69º 0.92% 0.28% -
XYZ 2.94 1.97 0.4 -
YUV 35.41 111.4 153.38 -
System Red Green Blue C M Y K H S L
Decimal 71 23 6 0 0.68 0.92 0.72 15.69 0.84 0.15
Hex 47 17 6 0 44 5C 48 10 54 F
Octal 107 27 6 0 104 134 110 20 124 17
Binary 1000111 10111 110 0 1000100 1011100 1001000 10000 1010100 1111

Color Harmonies of #471706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #471706

Black with #471706

Text Example


Text Example

White with #471706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #471706; }

 p { color: rgb(71,23,6); }

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

background-color css

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

 a { background-color: rgb(71,23,6); }

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

border-color css

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

 span { border-color: rgb(71,23,6); }

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