#401201

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

Shades of Brown Pod #401201

Tints of Brown Pod #401201

Color information

#401201 (or 0x401201) is unknown color: approx Brown Pod. HEX triplet: 40, 12 and 01. RGB value is (64,18,1). Sum of RGB (Red+Green+Blue) = 64+18+1=83 (10% of max value = 765). Red value is 64 (25.39% from 255 or 77.11% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 1 (0.78% from 255 or 1.20% from 83); Max value from RGB is 64 - color contains mainly: red. Hex color #401201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401201 is #BFEDFE. Grayscale: #1D1D1D. Windows color (decimal): -12578303 or 70208. OLE color: 70208.

HSL color Cylindrical-coordinate representation of color #401201: hue angle of 16.19º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #401201 is Cyan = 0, Magento = 0.72, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB64181-
CMYK00.720.980.75
HSL16.19º96.92%12.75%-
HSV(B)16.19º98.44%25.1%-
XYZ2.341.520.2-
YUV29.82111.74152.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 77.11%
GREEN value IS 18 (7.42% from 255) = 21.69%
BLUE value IS 1 (0.78% from 255) = 1.20%
R=77.11%
G=21.69%
B=1.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6418100.720.980.7516.1996.9212.75
Hex40121048624B1061d
Octal10022101101421132014115
Binary100000010010101001000110001010010111000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401201; }

 p { color: rgb(64,18,1); }

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

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

 a { background-color: rgb(64,18,1); }

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

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

 span { border-color: rgb(64,18,1); }

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