#471F01

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

Shades of Brown Pod #471F01

Tints of Brown Pod #471F01

Color information

#471F01 (or 0x471F01) is unknown color: approx Brown Pod. HEX triplet: 47, 1F and 01. RGB value is (71,31,1). Sum of RGB (Red+Green+Blue) = 71+31+1=103 (13% of max value = 765). Red value is 71 (28.12% from 255 or 68.93% from 103); Green value is 31 (12.5% from 255 or 30.10% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 71 - color contains mainly: red. Hex color #471F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #471F01 is #B8E0FE. Grayscale: #272727. Windows color (decimal): -12116223 or 73543. OLE color: 73543.

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

Color convert

RGB71311-
CMYK00.560.990.72
HSL25.71º97.22%14.12%-
HSV(B)25.71º98.59%27.84%-
XYZ3.092.320.31-
YUV39.54106.25150.44-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 68.93%
GREEN value IS 31 (12.5% from 255) = 30.10%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=68.93%
G=30.10%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7131100.560.990.7225.7197.2214.12
Hex471F103863481a61e
Octal1073710701431103214116
Binary10001111111110111000110001110010001101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #471F01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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