#471807

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

Shades of Brown Pod #471807

Tints of Brown Pod #471807

Color information

#471807 (or 0x471807) is unknown color: approx Brown Pod. HEX triplet: 47, 18 and 07. RGB value is (71,24,7). Sum of RGB (Red+Green+Blue) = 71+24+7=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 24 (9.77% from 255 or 23.53% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #471807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471807 is #B8E7F8. Grayscale: #242424. Windows color (decimal): -12118009 or 464967. OLE color: 464967.

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

Color convert

RGB71247-
CMYK00.660.900.72
HSL15.94º82.05%15.29%-
HSV(B)15.94º90.14%27.84%-
XYZ2.962.010.43-
YUV36.12111.57152.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 69.61%
GREEN value IS 24 (9.77% from 255) = 23.53%
BLUE value IS 7 (3.12% from 255) = 6.86%
R=69.61%
G=23.53%
B=6.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7124700.660.900.7215.9482.0515.29
Hex471870425A481052f
Octal10730701021321102012217
Binary10001111100011101000010101101010010001000010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471807

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471807; }

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

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

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

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

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

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

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

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