#471E01

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

Shades of Brown Pod #471E01

Tints of Brown Pod #471E01

Color information

#471E01 (or 0x471E01) is unknown color: approx Brown Pod. HEX triplet: 47, 1E and 01. RGB value is (71,30,1). Sum of RGB (Red+Green+Blue) = 71+30+1=102 (13% of max value = 765). Red value is 71 (28.12% from 255 or 69.61% from 102); Green value is 30 (12.11% from 255 or 29.41% from 102); Blue value is 1 (0.78% from 255 or 0.98% from 102); Max value from RGB is 71 - color contains mainly: red. Hex color #471E01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471E01 is #B8E1FE. Grayscale: #272727. Windows color (decimal): -12116479 or 73287. OLE color: 73287.

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

Color convert

RGB71301-
CMYK00.580.990.72
HSL24.86º97.22%14.12%-
HSV(B)24.86º98.59%27.84%-
XYZ3.072.270.31-
YUV38.95106.58150.86-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 69.61%
GREEN value IS 30 (12.11% from 255) = 29.41%
BLUE value IS 1 (0.78% from 255) = 0.98%
R=69.61%
G=29.41%
B=0.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7130100.580.990.7224.8697.2214.12
Hex471E103A63481961e
Octal1073610721431103114116
Binary10001111111010111010110001110010001100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471E01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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