#47150A

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

Shades of Brown Pod #47150A

Tints of Brown Pod #47150A

Color information

#47150A (or 0x47150A) is unknown color: approx Brown Pod. HEX triplet: 47, 15 and 0A. RGB value is (71,21,10). Sum of RGB (Red+Green+Blue) = 71+21+10=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 21 (8.59% from 255 or 20.59% from 102); Blue value is 10 (4.30% from 255 or 9.80% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #47150A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47150A is #B8EAF5. Grayscale: #222222. Windows color (decimal): -12118774 or 660807. OLE color: 660807.

HSL color Cylindrical-coordinate representation of color #47150A: hue angle of 10.82º degrees, saturation: 0.75, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #47150A is Cyan = 0, Magento = 0.70, Yellow = 0.86 and Black (K on CMYK) = 0.72.

Color convert

RGB712110-
CMYK00.700.860.72
HSL10.82º75.31%15.88%-
HSV(B)10.82º85.92%27.84%-
XYZ2.921.90.5-
YUV34.7114.06153.89-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 69.61%
GREEN value IS 21 (8.59% from 255) = 20.59%
BLUE value IS 10 (4.30% from 255) = 9.80%
R=69.61%
G=20.59%
B=9.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.86
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71211000.700.860.7210.8275.3115.88
Hex4715A0465648b4b10
Octal107251201061261101311320
Binary100011110101101001000110101011010010001011100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47150A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #47150A; }

 p { color: rgb(71,21,10); }

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

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

 a { background-color: rgb(71,21,10); }

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

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

 span { border-color: rgb(71,21,10); }

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