#401C10

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

Shades of Brown Pod #401C10

Tints of Brown Pod #401C10

Color information

#401C10 (or 0x401C10) is unknown color: approx Brown Pod. HEX triplet: 40, 1C and 10. RGB value is (64,28,16). Sum of RGB (Red+Green+Blue) = 64+28+16=108 (14% of max value = 765). Red value is 64 (25.39% from 255 or 59.26% from 108); Green value is 28 (11.33% from 255 or 25.93% from 108); Blue value is 16 (6.64% from 255 or 14.81% from 108); Max value from RGB is 64 - color contains mainly: red. Hex color #401C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #401C10 is #BFE3EF. Grayscale: #252525. Windows color (decimal): -12575728 or 1055808. OLE color: 1055808.

HSL color Cylindrical-coordinate representation of color #401C10: hue angle of 15º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #401C10 is Cyan = 0, Magento = 0.56, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB642816-
CMYK00.560.750.75
HSL15º60%15.69%-
HSV(B)15º75%25.1%-
XYZ2.621.960.73-
YUV37.4115.93146.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 59.26%
GREEN value IS 28 (11.33% from 255) = 25.93%
BLUE value IS 16 (6.64% from 255) = 14.81%
R=59.26%
G=25.93%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64281600.560.750.75156015.69
Hex401C100384B4Bf3c10
Octal1003420070113113177420
Binary10000001110010000011100010010111001011111111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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