#401602

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

Shades of Brown Pod #401602

Tints of Brown Pod #401602

Color information

#401602 (or 0x401602) is unknown color: approx Brown Pod. HEX triplet: 40, 16 and 02. RGB value is (64,22,2). Sum of RGB (Red+Green+Blue) = 64+22+2=88 (11% of max value = 765). Red value is 64 (25.39% from 255 or 72.73% from 88); Green value is 22 (8.98% from 255 or 25% from 88); Blue value is 2 (1.17% from 255 or 2.27% from 88); Max value from RGB is 64 - color contains mainly: red. Hex color #401602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401602 is #BFE9FD. Grayscale: #202020. Windows color (decimal): -12577278 or 136768. OLE color: 136768.

HSL color Cylindrical-coordinate representation of color #401602: hue angle of 19.35º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #401602 is Cyan = 0, Magento = 0.66, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB64222-
CMYK00.660.970.75
HSL19.35º93.94%12.94%-
HSV(B)19.35º96.88%25.1%-
XYZ2.411.670.25-
YUV32.28110.91150.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 72.73%
GREEN value IS 22 (8.98% from 255) = 25%
BLUE value IS 2 (1.17% from 255) = 2.27%
R=72.73%
G=25%
B=2.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.97
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6422200.660.970.7519.3593.9412.94
Hex40162042614B135ed
Octal10026201021411132313615
Binary1000000101101001000010110000110010111001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401602; }

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

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

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

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

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

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

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

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