#47150B

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

Shades of Brown Pod #47150B

Tints of Brown Pod #47150B

Color information

#47150B (or 0x47150B) is unknown color: approx Brown Pod. HEX triplet: 47, 15 and 0B. RGB value is (71,21,11). Sum of RGB (Red+Green+Blue) = 71+21+11=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 21 (8.59% from 255 or 20.39% from 103); Blue value is 11 (4.69% from 255 or 10.68% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #47150B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #47150B is #B8EAF4. Grayscale: #222222. Windows color (decimal): -12118773 or 726343. OLE color: 726343.

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

Color convert

RGB712111-
CMYK00.700.850.72
HSL10º73.17%16.08%-
HSV(B)10º84.51%27.84%-
XYZ2.931.90.53-
YUV34.81114.56153.81-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.93%
GREEN value IS 21 (8.59% from 255) = 20.39%
BLUE value IS 11 (4.69% from 255) = 10.68%
R=68.93%
G=20.39%
B=10.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.85
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71211100.700.850.721073.1716.08
Hex4715B0465548a4910
Octal107251301061251101211120
Binary100011110101101101000110101010110010001010100100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #47150B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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