#471403

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

Shades of Brown Pod #471403

Tints of Brown Pod #471403

Color information

#471403 (or 0x471403) is unknown color: approx Brown Pod. HEX triplet: 47, 14 and 03. RGB value is (71,20,3). Sum of RGB (Red+Green+Blue) = 71+20+3=94 (12% of max value = 765). Red value is 71 (28.12% from 255 or 75.53% from 94); Green value is 20 (8.20% from 255 or 21.28% from 94); Blue value is 3 (1.56% from 255 or 3.19% from 94); Max value from RGB is 71 - color contains mainly: red. Hex color #471403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471403 is #B8EBFC. Grayscale: #212121. Windows color (decimal): -12119037 or 201799. OLE color: 201799.

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

Color convert

RGB71203-
CMYK00.720.960.72
HSL15º91.89%14.51%-
HSV(B)15º95.77%27.84%-
XYZ2.871.850.29-
YUV33.31110.9154.88-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 75.53%
GREEN value IS 20 (8.20% from 255) = 21.28%
BLUE value IS 3 (1.56% from 255) = 3.19%
R=75.53%
G=21.28%
B=3.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.96
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7120300.720.960.721591.8914.51
Hex471430486048f5cf
Octal10724301101401101713417
Binary100011110100110100100011000001001000111110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471403

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471403; }

 p { color: rgb(71,20,3); }

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

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

 a { background-color: rgb(71,20,3); }

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

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

 span { border-color: rgb(71,20,3); }

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