#471300

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

Shades of Brown Pod #471300

Tints of Brown Pod #471300

Color information

#471300 (or 0x471300) is unknown color: approx Brown Pod. HEX triplet: 47, 13 and 00. RGB value is (71,19,0). Sum of RGB (Red+Green+Blue) = 71+19+0=90 (11% of max value = 765). Red value is 71 (28.12% from 255 or 78.89% from 90); Green value is 19 (7.81% from 255 or 21.11% from 90); Blue value is 0 (0.39% from 255 or 0% from 90); Max value from RGB is 71 - color contains mainly: red. Hex color #471300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471300 is #B8ECFF. Grayscale: #202020. Windows color (decimal): -12119296 or 4935. OLE color: 4935.

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

Color convert

RGB71190-
CMYK00.7310.72
HSL16.06º100%13.92%-
HSV(B)16.06º100%27.84%-
XYZ2.831.810.2-
YUV32.38109.73155.54-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 78.89%
GREEN value IS 19 (7.81% from 255) = 21.11%
BLUE value IS 0 (0.39% from 255) = 0%
R=78.89%
G=21.11%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 1
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7119000.7310.7216.0610013.92
Hex4713004964481064e
Octal10723001111441102014416
Binary100011110011001001001110010010010001000011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471300

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471300; }

 p { color: rgb(71,19,0); }

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

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

 a { background-color: rgb(71,19,0); }

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

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

 span { border-color: rgb(71,19,0); }

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