#401A01

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

Shades of Brown Pod #401A01

Tints of Brown Pod #401A01

Color information

#401A01 (or 0x401A01) is unknown color: approx Brown Pod. HEX triplet: 40, 1A and 01. RGB value is (64,26,1). Sum of RGB (Red+Green+Blue) = 64+26+1=91 (12% of max value = 765). Red value is 64 (25.39% from 255 or 70.33% from 91); Green value is 26 (10.55% from 255 or 28.57% from 91); Blue value is 1 (0.78% from 255 or 1.10% from 91); Max value from RGB is 64 - color contains mainly: red. Hex color #401A01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401A01 is #BFE5FE. Grayscale: #222222. Windows color (decimal): -12576255 or 72256. OLE color: 72256.

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

Color convert

RGB64261-
CMYK00.590.980.75
HSL23.81º96.92%12.75%-
HSV(B)23.81º98.44%25.1%-
XYZ2.491.830.25-
YUV34.51109.09149.03-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 70.33%
GREEN value IS 26 (10.55% from 255) = 28.57%
BLUE value IS 1 (0.78% from 255) = 1.10%
R=70.33%
G=28.57%
B=1.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6426100.590.980.7523.8196.9212.75
Hex401A103B624B1861d
Octal1003210731421133014115
Binary10000001101010111011110001010010111100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401A01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401A01; }

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

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

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

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

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

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

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

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