#401601

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

Shades of Brown Pod #401601

Tints of Brown Pod #401601

Color information

#401601 (or 0x401601) is unknown color: approx Brown Pod. HEX triplet: 40, 16 and 01. RGB value is (64,22,1). Sum of RGB (Red+Green+Blue) = 64+22+1=87 (11% of max value = 765). Red value is 64 (25.39% from 255 or 73.56% from 87); Green value is 22 (8.98% from 255 or 25.29% from 87); Blue value is 1 (0.78% from 255 or 1.15% from 87); Max value from RGB is 64 - color contains mainly: red. Hex color #401601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401601 is #BFE9FE. Grayscale: #202020. Windows color (decimal): -12577279 or 71232. OLE color: 71232.

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

Color convert

RGB64221-
CMYK00.660.980.75
HSL20º96.92%12.75%-
HSV(B)20º98.44%25.1%-
XYZ2.411.670.22-
YUV32.16110.41150.71-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 73.56%
GREEN value IS 22 (8.98% from 255) = 25.29%
BLUE value IS 1 (0.78% from 255) = 1.15%
R=73.56%
G=25.29%
B=1.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.98
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6422100.660.980.752096.9212.75
Hex40161042624B1461d
Octal10026101021421132414115
Binary100000010110101000010110001010010111010011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401601

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401601; }

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

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

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

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

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

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

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

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