#411D1A

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

Shades of Brown Pod #411D1A

Tints of Brown Pod #411D1A

Color information

#411D1A (or 0x411D1A) is unknown color: approx Brown Pod. HEX triplet: 41, 1D and 1A. RGB value is (65,29,26). Sum of RGB (Red+Green+Blue) = 65+29+26=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 29 (11.72% from 255 or 24.17% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #411D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411D1A is #BEE2E5. Grayscale: #272727. Windows color (decimal): -12509926 or 1711425. OLE color: 1711425.

HSL color Cylindrical-coordinate representation of color #411D1A: hue angle of 4.62º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #411D1A is Cyan = 0, Magento = 0.55, Yellow = 0.60 and Black (K on CMYK) = 0.75.

Color convert

RGB652926-
CMYK00.550.600.75
HSL4.62º42.86%17.84%-
HSV(B)4.62º60%25.49%-
XYZ2.812.081.23-
YUV39.42120.43146.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 29 (11.72% from 255) = 24.17%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=54.17%
G=24.17%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65292600.550.600.754.6242.8617.84
Hex411D1A0373C4B52b12
Octal10135320677411355322
Binary100000111101110100110111111100100101110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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