#411E1C

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

Shades of Brown Pod #411E1C

Tints of Brown Pod #411E1C

Color information

#411E1C (or 0x411E1C) is unknown color: approx Brown Pod. HEX triplet: 41, 1E and 1C. RGB value is (65,30,28). Sum of RGB (Red+Green+Blue) = 65+30+28=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 28 (11.33% from 255 or 22.76% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #411E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #411E1C is #BEE1E3. Grayscale: #282828. Windows color (decimal): -12509668 or 1842753. OLE color: 1842753.

HSL color Cylindrical-coordinate representation of color #411E1C: hue angle of 3.24º degrees, saturation: 0.4, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #411E1C is Cyan = 0, Magento = 0.54, Yellow = 0.57 and Black (K on CMYK) = 0.75.

Color convert

RGB653028-
CMYK00.540.570.75
HSL3.24º39.78%18.24%-
HSV(B)3.24º56.92%25.49%-
XYZ2.852.141.36-
YUV40.24121.1145.66-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 30 (12.11% from 255) = 24.39%
BLUE value IS 28 (11.33% from 255) = 22.76%
R=52.85%
G=24.39%
B=22.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65302800.540.570.753.2439.7818.24
Hex411E1C036394B32812
Octal10136340667111335022
Binary10000011111011100011011011100110010111110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,30,28); }

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

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

 a { background-color: rgb(65,30,28); }

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

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

 span { border-color: rgb(65,30,28); }

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