#47160C

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

Shades of Brown Pod #47160C

Tints of Brown Pod #47160C

Color information

#47160C (or 0x47160C) is unknown color: approx Brown Pod. HEX triplet: 47, 16 and 0C. RGB value is (71,22,12). Sum of RGB (Red+Green+Blue) = 71+22+12=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 12 (5.08% from 255 or 11.43% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #47160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47160C is #B8E9F3. Grayscale: #232323. Windows color (decimal): -12118516 or 792135. OLE color: 792135.

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

Color convert

RGB712212-
CMYK00.690.830.72
HSL10.17º71.08%16.27%-
HSV(B)10.17º83.1%27.84%-
XYZ2.951.940.57-
YUV35.51114.73153.31-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 12 (5.08% from 255) = 11.43%
R=67.62%
G=20.95%
B=11.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.83
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71221200.690.830.7210.1771.0816.27
Hex4716C0455348a4710
Octal107261401051231101210720
Binary100011110110110001000101101001110010001010100011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47160C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47160C; }

 p { color: rgb(71,22,12); }

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

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

 a { background-color: rgb(71,22,12); }

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

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

 span { border-color: rgb(71,22,12); }

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