#471708

Color #471708 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #471708

Tints of Brown Pod #471708

Color information

#471708 (or 0x471708) is unknown color: approx Brown Pod. HEX triplet: 47, 17 and 08. RGB value is (71,23,8). Sum of RGB (Red+Green+Blue) = 71+23+8=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #471708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471708 is #B8E8F7. Grayscale: #232323. Windows color (decimal): -12118264 or 530247. OLE color: 530247.

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

Color convert

RGB71238-
CMYK00.680.890.72
HSL14.29º79.75%15.49%-
HSV(B)14.29º88.73%27.84%-
XYZ2.951.970.45-
YUV35.64112.4153.22-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 69.61%
GREEN value IS 23 (9.38% from 255) = 22.55%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=69.61%
G=22.55%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.89
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7123800.680.890.7214.2979.7515.49
Hex471780445948e50f
Octal107271001041311101612017
Binary10001111011110000100010010110011001000111010100001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471708; }

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

 H1.HeaderClassName
 {
   color: #471708;
 }
 .AnyTagClassName
 {
   color: #471708;
 }
</style>
background-color css

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

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

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

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

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

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