#471307

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

Shades of Brown Pod #471307

Tints of Brown Pod #471307

Color information

#471307 (or 0x471307) is unknown color: approx Brown Pod. HEX triplet: 47, 13 and 07. RGB value is (71,19,7). Sum of RGB (Red+Green+Blue) = 71+19+7=97 (12% of max value = 765). Red value is 71 (28.12% from 255 or 73.20% from 97); Green value is 19 (7.81% from 255 or 19.59% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 71 - color contains mainly: red. Hex color #471307 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471307 is #B8ECF8. Grayscale: #212121. Windows color (decimal): -12119289 or 463687. OLE color: 463687.

HSL color Cylindrical-coordinate representation of color #471307: hue angle of 11.25º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #471307 is Cyan = 0, Magento = 0.73, Yellow = 0.90 and Black (K on CMYK) = 0.72.

Color convert

RGB71197-
CMYK00.730.900.72
HSL11.25º82.05%15.29%-
HSV(B)11.25º90.14%27.84%-
XYZ2.871.820.4-
YUV33.18113.23154.98-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 73.20%
GREEN value IS 19 (7.81% from 255) = 19.59%
BLUE value IS 7 (3.12% from 255) = 7.22%
R=73.20%
G=19.59%
B=7.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7119700.730.900.7211.2582.0515.29
Hex471370495A48b52f
Octal10723701111321101312217
Binary1000111100111110100100110110101001000101110100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471307

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471307; }

 p { color: rgb(71,19,7); }

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

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

 a { background-color: rgb(71,19,7); }

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

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

 span { border-color: rgb(71,19,7); }

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