#401C01

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

Shades of Brown Pod #401C01

Tints of Brown Pod #401C01

Color information

#401C01 (or 0x401C01) is unknown color: approx Brown Pod. HEX triplet: 40, 1C and 01. RGB value is (64,28,1). Sum of RGB (Red+Green+Blue) = 64+28+1=93 (12% of max value = 765). Red value is 64 (25.39% from 255 or 68.82% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 1 (0.78% from 255 or 1.08% from 93); Max value from RGB is 64 - color contains mainly: red. Hex color #401C01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C01 is #BFE3FE. Grayscale: #232323. Windows color (decimal): -12575743 or 72768. OLE color: 72768.

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

Color convert

RGB64281-
CMYK00.560.980.75
HSL25.71º96.92%12.75%-
HSV(B)25.71º98.44%25.1%-
XYZ2.541.920.27-
YUV35.69108.43148.2-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 68.82%
GREEN value IS 28 (11.33% from 255) = 30.11%
BLUE value IS 1 (0.78% from 255) = 1.08%
R=68.82%
G=30.11%
B=1.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6428100.560.980.7525.7196.9212.75
Hex401C1038624B1a61d
Octal1003410701421133214115
Binary10000001110010111000110001010010111101011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C01

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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