#401810

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

Shades of Brown Pod #401810

Tints of Brown Pod #401810

Color information

#401810 (or 0x401810) is unknown color: approx Brown Pod. HEX triplet: 40, 18 and 10. RGB value is (64,24,16). Sum of RGB (Red+Green+Blue) = 64+24+16=104 (13% of max value = 765). Red value is 64 (25.39% from 255 or 61.54% from 104); Green value is 24 (9.77% from 255 or 23.08% from 104); Blue value is 16 (6.64% from 255 or 15.38% from 104); Max value from RGB is 64 - color contains mainly: red. Hex color #401810 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401810 is #BFE7EF. Grayscale: #232323. Windows color (decimal): -12576752 or 1054784. OLE color: 1054784.

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

Color convert

RGB642416-
CMYK00.620.750.75
HSL10º60%15.69%-
HSV(B)10º75%25.1%-
XYZ2.531.780.7-
YUV35.05117.25148.65-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 61.54%
GREEN value IS 24 (9.77% from 255) = 23.08%
BLUE value IS 16 (6.64% from 255) = 15.38%
R=61.54%
G=23.08%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64241600.620.750.75106015.69
Hex40181003E4B4Ba3c10
Octal1003020076113113127420
Binary10000001100010000011111010010111001011101011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401810; }

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

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

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

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

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

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

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

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