#411D0E

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

Shades of Brown Pod #411D0E

Tints of Brown Pod #411D0E

Color information

#411D0E (or 0x411D0E) is unknown color: approx Brown Pod. HEX triplet: 41, 1D and 0E. RGB value is (65,29,14). Sum of RGB (Red+Green+Blue) = 65+29+14=108 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.19% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 14 (5.86% from 255 or 12.96% from 108); Max value from RGB is 65 - color contains mainly: red. Hex color #411D0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D0E is #BEE2F1. Grayscale: #262626. Windows color (decimal): -12509938 or 924993. OLE color: 924993.

HSL color Cylindrical-coordinate representation of color #411D0E: hue angle of 17.65º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #411D0E is Cyan = 0, Magento = 0.55, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB652914-
CMYK00.550.780.75
HSL17.65º64.56%15.49%-
HSV(B)17.65º78.46%25.49%-
XYZ2.72.030.67-
YUV38.05114.43147.22-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.19%
GREEN value IS 29 (11.72% from 255) = 26.85%
BLUE value IS 14 (5.86% from 255) = 12.96%
R=60.19%
G=26.85%
B=12.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65291400.550.780.7517.6564.5615.49
Hex411DE0374E4B1241f
Octal10135160671161132210117
Binary10000011110111100110111100111010010111001010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,29,14); }

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

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

 a { background-color: rgb(65,29,14); }

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

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

 span { border-color: rgb(65,29,14); }

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