#472305

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

Shades of Brown Pod #472305

Tints of Brown Pod #472305

Color information

#472305 (or 0x472305) is unknown color: approx Brown Pod. HEX triplet: 47, 23 and 05. RGB value is (71,35,5). Sum of RGB (Red+Green+Blue) = 71+35+5=111 (14% of max value = 765). Red value is 71 (28.12% from 255 or 63.96% from 111); Green value is 35 (14.06% from 255 or 31.53% from 111); Blue value is 5 (2.34% from 255 or 4.50% from 111); Max value from RGB is 71 - color contains mainly: red. Hex color #472305 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472305 is #B8DCFA. Grayscale: #2A2A2A. Windows color (decimal): -12115195 or 336711. OLE color: 336711.

HSL color Cylindrical-coordinate representation of color #472305: hue angle of 27.27º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #472305 is Cyan = 0, Magento = 0.51, Yellow = 0.93 and Black (K on CMYK) = 0.72.

Color convert

RGB71355-
CMYK00.510.930.72
HSL27.27º86.84%14.9%-
HSV(B)27.27º92.96%27.84%-
XYZ3.232.550.47-
YUV42.34106.93148.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 63.96%
GREEN value IS 35 (14.06% from 255) = 31.53%
BLUE value IS 5 (2.34% from 255) = 4.50%
R=63.96%
G=31.53%
B=4.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.93
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7135500.510.930.7227.2786.8414.9
Hex472350335D481b57f
Octal1074350631351103312717
Binary10001111000111010110011101110110010001101110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472305; }

 p { color: rgb(71,35,5); }

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

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

 a { background-color: rgb(71,35,5); }

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

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

 span { border-color: rgb(71,35,5); }

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