#471C07

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

Shades of Brown Pod #471C07

Tints of Brown Pod #471C07

Color information

#471C07 (or 0x471C07) is unknown color: approx Brown Pod. HEX triplet: 47, 1C and 07. RGB value is (71,28,7). Sum of RGB (Red+Green+Blue) = 71+28+7=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 28 (11.33% from 255 or 26.42% from 106); Blue value is 7 (3.12% from 255 or 6.60% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C07 is #B8E3F8. Grayscale: #262626. Windows color (decimal): -12116985 or 465991. OLE color: 465991.

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

Color convert

RGB71287-
CMYK00.610.900.72
HSL19.69º82.05%15.29%-
HSV(B)19.69º90.14%27.84%-
XYZ3.052.190.46-
YUV38.46110.25151.21-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 28 (11.33% from 255) = 26.42%
BLUE value IS 7 (3.12% from 255) = 6.60%
R=66.98%
G=26.42%
B=6.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.90
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7128700.610.900.7219.6982.0515.29
Hex471C703D5A481452f
Octal1073470751321102412217
Binary1000111111001110111101101101010010001010010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471C07; }

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

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

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

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

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

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

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

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