#472615

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

Shades of Brown Pod #472615

Tints of Brown Pod #472615

Color information

#472615 (or 0x472615) is unknown color: approx Brown Pod. HEX triplet: 47, 26 and 15. RGB value is (71,38,21). Sum of RGB (Red+Green+Blue) = 71+38+21=130 (17% of max value = 765). Red value is 71 (28.12% from 255 or 54.62% from 130); Green value is 38 (15.23% from 255 or 29.23% from 130); Blue value is 21 (8.59% from 255 or 16.15% from 130); Max value from RGB is 71 - color contains mainly: red. Hex color #472615 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472615 is #B8D9EA. Grayscale: #2E2E2E. Windows color (decimal): -12114411 or 1386055. OLE color: 1386055.

HSL color Cylindrical-coordinate representation of color #472615: hue angle of 20.4º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #472615 is Cyan = 0, Magento = 0.46, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB713821-
CMYK00.460.700.72
HSL20.4º54.35%18.04%-
HSV(B)20.4º70.42%27.84%-
XYZ3.432.781.07-
YUV45.93113.93145.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 54.62%
GREEN value IS 38 (15.23% from 255) = 29.23%
BLUE value IS 21 (8.59% from 255) = 16.15%
R=54.62%
G=29.23%
B=16.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71382100.460.700.7220.454.3518.04
Hex47261502E4648143612
Octal1074625056106110246622
Binary1000111100110101010101110100011010010001010011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472615; }

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

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

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

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

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

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

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

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