#471101

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

Shades of Brown Pod #471101

Tints of Brown Pod #471101

Color information

#471101 (or 0x471101) is unknown color: approx Brown Pod. HEX triplet: 47, 11 and 01. RGB value is (71,17,1). Sum of RGB (Red+Green+Blue) = 71+17+1=89 (11% of max value = 765). Red value is 71 (28.12% from 255 or 79.78% from 89); Green value is 17 (7.03% from 255 or 19.10% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 71 - color contains mainly: red. Hex color #471101 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471101 is #B8EEFE. Grayscale: #1F1F1F. Windows color (decimal): -12119807 or 69959. OLE color: 69959.

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

Color convert

RGB71171-
CMYK00.760.990.72
HSL13.71º97.22%14.12%-
HSV(B)13.71º98.59%27.84%-
XYZ2.81.740.22-
YUV31.32110.89156.3-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 79.78%
GREEN value IS 17 (7.03% from 255) = 19.10%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=79.78%
G=19.10%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7117100.760.990.7213.7197.2214.12
Hex4711104C6348e61e
Octal10721101141431101614116
Binary10001111000110100110011000111001000111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471101; }

 p { color: rgb(71,17,1); }

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

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

 a { background-color: rgb(71,17,1); }

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

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

 span { border-color: rgb(71,17,1); }

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