#401801

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

Shades of Brown Pod #401801

Tints of Brown Pod #401801

Color information

#401801 (or 0x401801) is unknown color: approx Brown Pod. HEX triplet: 40, 18 and 01. RGB value is (64,24,1). Sum of RGB (Red+Green+Blue) = 64+24+1=89 (11% of max value = 765). Red value is 64 (25.39% from 255 or 71.91% from 89); Green value is 24 (9.77% from 255 or 26.97% from 89); Blue value is 1 (0.78% from 255 or 1.12% from 89); Max value from RGB is 64 - color contains mainly: red. Hex color #401801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401801 is #BFE7FE. Grayscale: #212121. Windows color (decimal): -12576767 or 71744. OLE color: 71744.

HSL color Cylindrical-coordinate representation of color #401801: hue angle of 21.9º 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 #401801 is Cyan = 0, Magento = 0.62, Yellow = 0.98 and Black (K on CMYK) = 0.75.

Color convert

RGB64241-
CMYK00.620.980.75
HSL21.9º96.92%12.75%-
HSV(B)21.9º98.44%25.1%-
XYZ2.451.750.24-
YUV33.34109.75149.87-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 71.91%
GREEN value IS 24 (9.77% from 255) = 26.97%
BLUE value IS 1 (0.78% from 255) = 1.12%
R=71.91%
G=26.97%
B=1.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6424100.620.980.7521.996.9212.75
Hex4018103E624B1661d
Octal1003010761421132614115
Binary10000001100010111110110001010010111011011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401801

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401801; }

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

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

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

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

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

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

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

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