#401D17

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

Shades of Brown Pod #401D17

Tints of Brown Pod #401D17

Color information

#401D17 (or 0x401D17) is unknown color: approx Brown Pod. HEX triplet: 40, 1D and 17. RGB value is (64,29,23). Sum of RGB (Red+Green+Blue) = 64+29+23=116 (15% of max value = 765). Red value is 64 (25.39% from 255 or 55.17% from 116); Green value is 29 (11.72% from 255 or 25% from 116); Blue value is 23 (9.38% from 255 or 19.83% from 116); Max value from RGB is 64 - color contains mainly: red. Hex color #401D17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401D17 is #BFE2E8. Grayscale: #262626. Windows color (decimal): -12575465 or 1514816. OLE color: 1514816.

HSL color Cylindrical-coordinate representation of color #401D17: hue angle of 8.78º degrees, saturation: 0.47, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #401D17 is Cyan = 0, Magento = 0.55, Yellow = 0.64 and Black (K on CMYK) = 0.75.

Color convert

RGB642923-
CMYK00.550.640.75
HSL8.78º47.13%17.06%-
HSV(B)8.78º64.06%25.1%-
XYZ2.712.031.06-
YUV38.78119.1145.99-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 55.17%
GREEN value IS 29 (11.72% from 255) = 25%
BLUE value IS 23 (9.38% from 255) = 19.83%
R=55.17%
G=25%
B=19.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.64
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64292300.550.640.758.7847.1317.06
Hex401D17037404B92f11
Octal1003527067100113115721
Binary10000001110110111011011110000001001011100110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,29,23); }

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

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

 a { background-color: rgb(64,29,23); }

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

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

 span { border-color: rgb(64,29,23); }

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