#471C04

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

Shades of Brown Pod #471C04

Tints of Brown Pod #471C04

Color information

#471C04 (or 0x471C04) is unknown color: approx Brown Pod. HEX triplet: 47, 1C and 04. RGB value is (71,28,4). Sum of RGB (Red+Green+Blue) = 71+28+4=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 28 (11.33% from 255 or 27.18% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #471C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471C04 is #B8E3FB. Grayscale: #262626. Windows color (decimal): -12116988 or 269383. OLE color: 269383.

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

Color convert

RGB71284-
CMYK00.610.940.72
HSL21.49º89.33%14.71%-
HSV(B)21.49º94.37%27.84%-
XYZ3.042.180.38-
YUV38.12108.75151.45-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.93%
GREEN value IS 28 (11.33% from 255) = 27.18%
BLUE value IS 4 (1.95% from 255) = 3.88%
R=68.93%
G=27.18%
B=3.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.94
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7128400.610.940.7221.4989.3314.71
Hex471C403D5E481559f
Octal1073440751361102513117
Binary1000111111001000111101101111010010001010110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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