#471701

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

Shades of Brown Pod #471701

Tints of Brown Pod #471701

Color information

#471701 (or 0x471701) is unknown color: approx Brown Pod. HEX triplet: 47, 17 and 01. RGB value is (71,23,1). Sum of RGB (Red+Green+Blue) = 71+23+1=95 (12% of max value = 765). Red value is 71 (28.12% from 255 or 74.74% from 95); Green value is 23 (9.38% from 255 or 24.21% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 71 - color contains mainly: red. Hex color #471701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #471701 is #B8E8FE. Grayscale: #222222. Windows color (decimal): -12118271 or 71495. OLE color: 71495.

HSL color Cylindrical-coordinate representation of color #471701: hue angle of 18.86º 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 #471701 is Cyan = 0, Magento = 0.68, Yellow = 0.99 and Black (K on CMYK) = 0.72.

Color convert

RGB71231-
CMYK00.680.990.72
HSL18.86º97.22%14.12%-
HSV(B)18.86º98.59%27.84%-
XYZ2.911.950.25-
YUV34.84108.9153.79-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 74.74%
GREEN value IS 23 (9.38% from 255) = 24.21%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=74.74%
G=24.21%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7123100.680.990.7218.8697.2214.12
Hex4717104463481361e
Octal10727101041431102314116
Binary100011110111101000100110001110010001001111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471701

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #471701; }

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

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

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

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

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

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

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

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