#471F04

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

Shades of Brown Pod #471F04

Tints of Brown Pod #471F04

Color information

#471F04 (or 0x471F04) is unknown color: approx Brown Pod. HEX triplet: 47, 1F and 04. RGB value is (71,31,4). Sum of RGB (Red+Green+Blue) = 71+31+4=106 (14% of max value = 765). Red value is 71 (28.12% from 255 or 66.98% from 106); Green value is 31 (12.5% from 255 or 29.25% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 71 - color contains mainly: red. Hex color #471F04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F04 is #B8E0FB. Grayscale: #282828. Windows color (decimal): -12116220 or 270151. OLE color: 270151.

HSL color Cylindrical-coordinate representation of color #471F04: hue angle of 24.18º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #471F04 is Cyan = 0, Magento = 0.56, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB71314-
CMYK00.560.940.72
HSL24.18º89.33%14.71%-
HSV(B)24.18º94.37%27.84%-
XYZ3.112.330.4-
YUV39.88107.75150.2-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 66.98%
GREEN value IS 31 (12.5% from 255) = 29.25%
BLUE value IS 4 (1.95% from 255) = 3.77%
R=66.98%
G=29.25%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7131400.560.940.7224.1889.3314.71
Hex471F40385E481859f
Octal1073740701361103013117
Binary1000111111111000111000101111010010001100010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(71,31,4); }

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

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

 a { background-color: rgb(71,31,4); }

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

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

 span { border-color: rgb(71,31,4); }

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