#411F10

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

Shades of Brown Pod #411F10

Tints of Brown Pod #411F10

Color information

#411F10 (or 0x411F10) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 10. RGB value is (65,31,16). Sum of RGB (Red+Green+Blue) = 65+31+16=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 31 (12.5% from 255 or 27.68% from 112); Blue value is 16 (6.64% from 255 or 14.29% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #411F10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F10 is #BEE0EF. Grayscale: #272727. Windows color (decimal): -12509424 or 1056577. OLE color: 1056577.

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

Color convert

RGB653116-
CMYK00.520.750.75
HSL18.37º60.49%15.88%-
HSV(B)18.37º75.38%25.49%-
XYZ2.762.140.76-
YUV39.46114.76146.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 31 (12.5% from 255) = 27.68%
BLUE value IS 16 (6.64% from 255) = 14.29%
R=58.04%
G=27.68%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65311600.520.750.7518.3760.4915.88
Hex411F100344B4B123c10
Octal1013720064113113227420
Binary100000111111100000110100100101110010111001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411F10; }

 p { color: rgb(65,31,16); }

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

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

 a { background-color: rgb(65,31,16); }

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

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

 span { border-color: rgb(65,31,16); }

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