#401401

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

Shades of Brown Pod #401401

Tints of Brown Pod #401401

Color information

#401401 (or 0x401401) is unknown color: approx Brown Pod. HEX triplet: 40, 14 and 01. RGB value is (64,20,1). Sum of RGB (Red+Green+Blue) = 64+20+1=85 (11% of max value = 765). Red value is 64 (25.39% from 255 or 75.29% from 85); Green value is 20 (8.20% from 255 or 23.53% from 85); Blue value is 1 (0.78% from 255 or 1.18% from 85); Max value from RGB is 64 - color contains mainly: red. Hex color #401401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401401 is #BFEBFE. Grayscale: #1F1F1F. Windows color (decimal): -12577791 or 70720. OLE color: 70720.

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

Color convert

RGB64201-
CMYK00.690.980.75
HSL18.1º96.92%12.75%-
HSV(B)18.1º98.44%25.1%-
XYZ2.371.590.21-
YUV30.99111.08151.54-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 75.29%
GREEN value IS 20 (8.20% from 255) = 23.53%
BLUE value IS 1 (0.78% from 255) = 1.18%
R=75.29%
G=23.53%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6420100.690.980.7518.196.9212.75
Hex40141045624B1261d
Octal10024101051421132214115
Binary100000010100101000101110001010010111001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401401; }

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

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

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

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

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

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

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

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