#472515

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

Shades of Brown Pod #472515

Tints of Brown Pod #472515

Color information

#472515 (or 0x472515) is unknown color: approx Brown Pod. HEX triplet: 47, 25 and 15. RGB value is (71,37,21). Sum of RGB (Red+Green+Blue) = 71+37+21=129 (17% of max value = 765). Red value is 71 (28.12% from 255 or 55.04% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 71 - color contains mainly: red. Hex color #472515 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472515 is #B8DAEA. Grayscale: #2D2D2D. Windows color (decimal): -12114667 or 1385799. OLE color: 1385799.

HSL color Cylindrical-coordinate representation of color #472515: hue angle of 19.2º 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 #472515 is Cyan = 0, Magento = 0.48, Yellow = 0.70 and Black (K on CMYK) = 0.72.

Color convert

RGB713721-
CMYK00.480.700.72
HSL19.2º54.35%18.04%-
HSV(B)19.2º70.42%27.84%-
XYZ3.42.721.05-
YUV45.34114.26146.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 55.04%
GREEN value IS 37 (14.84% from 255) = 28.68%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=55.04%
G=28.68%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.70
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal71372100.480.700.7219.254.3518.04
Hex4725150304648133612
Octal1074525060106110236622
Binary1000111100101101010110000100011010010001001111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472515; }

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

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

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

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

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

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

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

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