#401910

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

Shades of Brown Pod #401910

Tints of Brown Pod #401910

Color information

#401910 (or 0x401910) is unknown color: approx Brown Pod. HEX triplet: 40, 19 and 10. RGB value is (64,25,16). Sum of RGB (Red+Green+Blue) = 64+25+16=105 (13% of max value = 765). Red value is 64 (25.39% from 255 or 60.95% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 16 (6.64% from 255 or 15.24% from 105); Max value from RGB is 64 - color contains mainly: red. Hex color #401910 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #401910 is #BFE6EF. Grayscale: #232323. Windows color (decimal): -12576496 or 1055040. OLE color: 1055040.

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

Color convert

RGB642516-
CMYK00.610.750.75
HSL11.25º60%15.69%-
HSV(B)11.25º75%25.1%-
XYZ2.561.820.71-
YUV35.64116.92148.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 60.95%
GREEN value IS 25 (10.16% from 255) = 23.81%
BLUE value IS 16 (6.64% from 255) = 15.24%
R=60.95%
G=23.81%
B=15.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal64251600.610.750.7511.256015.69
Hex40191003D4B4Bb3c10
Octal1003120075113113137420
Binary10000001100110000011110110010111001011101111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401910; }

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

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

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

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

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

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

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

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