#47170D

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

Shades of Brown Pod #47170D

Tints of Brown Pod #47170D

Color information

#47170D (or 0x47170D) is unknown color: approx Brown Pod. HEX triplet: 47, 17 and 0D. RGB value is (71,23,13). Sum of RGB (Red+Green+Blue) = 71+23+13=107 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.36% from 107); Green value is 23 (9.38% from 255 or 21.50% from 107); Blue value is 13 (5.47% from 255 or 12.15% from 107); Max value from RGB is 71 - color contains mainly: red. Hex color #47170D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47170D is #B8E8F2. Grayscale: #242424. Windows color (decimal): -12118259 or 857927. OLE color: 857927.

HSL color Cylindrical-coordinate representation of color #47170D: hue angle of 10.34º degrees, saturation: 0.69, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #47170D is Cyan = 0, Magento = 0.68, Yellow = 0.82 and Black (K on CMYK) = 0.72.

Color convert

RGB712313-
CMYK00.680.820.72
HSL10.34º69.05%16.47%-
HSV(B)10.34º81.69%27.84%-
XYZ2.981.980.61-
YUV36.21114.9152.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.36%
GREEN value IS 23 (9.38% from 255) = 21.50%
BLUE value IS 13 (5.47% from 255) = 12.15%
R=66.36%
G=21.50%
B=12.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.82
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71231300.680.820.7210.3469.0516.47
Hex4717D0445248a4510
Octal107271501041221101210520
Binary100011110111110101000100101001010010001010100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47170D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47170D; }

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

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

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

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

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

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

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

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