#401600

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

Shades of Brown Pod #401600

Tints of Brown Pod #401600

Color information

#401600 (or 0x401600) is unknown color: approx Brown Pod. HEX triplet: 40, 16 and 00. RGB value is (64,22,0). Sum of RGB (Red+Green+Blue) = 64+22+0=86 (11% of max value = 765). Red value is 64 (25.39% from 255 or 74.42% from 86); Green value is 22 (8.98% from 255 or 25.58% from 86); Blue value is 0 (0.39% from 255 or 0% from 86); Max value from RGB is 64 - color contains mainly: red. Hex color #401600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401600 is #BFE9FF. Grayscale: #202020. Windows color (decimal): -12577280 or 5696. OLE color: 5696.

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

Color convert

RGB64220-
CMYK00.6610.75
HSL20.62º100%12.55%-
HSV(B)20.62º100%25.1%-
XYZ2.41.660.19-
YUV32.05109.91150.79-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 74.42%
GREEN value IS 22 (8.98% from 255) = 25.58%
BLUE value IS 0 (0.39% from 255) = 0%
R=74.42%
G=25.58%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 1
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6422000.6610.7520.6210012.55
Hex40160042644B1564d
Octal10026001021441132514415
Binary100000010110001000010110010010010111010111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401600

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401600; }

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

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

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

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

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

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

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

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