#472101

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

Shades of Brown Pod #472101

Tints of Brown Pod #472101

Color information

#472101 (or 0x472101) is unknown color: approx Brown Pod. HEX triplet: 47, 21 and 01. RGB value is (71,33,1). Sum of RGB (Red+Green+Blue) = 71+33+1=105 (13% of max value = 765). Red value is 71 (28.12% from 255 or 67.62% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 71 - color contains mainly: red. Hex color #472101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #472101 is #B8DEFE. Grayscale: #282828. Windows color (decimal): -12115711 or 74055. OLE color: 74055.

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

Color convert

RGB71331-
CMYK00.540.990.72
HSL27.43º97.22%14.12%-
HSV(B)27.43º98.59%27.84%-
XYZ3.152.430.33-
YUV40.71105.59149.6-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 67.62%
GREEN value IS 33 (13.28% from 255) = 31.43%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=67.62%
G=31.43%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.99
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal7133100.540.990.7227.4397.2214.12
Hex4721103663481b61e
Octal1074110661431103314116
Binary100011110000110110110110001110010001101111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472101

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472101; }

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

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

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

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

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

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

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

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