#411E18

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

Shades of Brown Pod #411E18

Tints of Brown Pod #411E18

Color information

#411E18 (or 0x411E18) is unknown color: approx Brown Pod. HEX triplet: 41, 1E and 18. RGB value is (65,30,24). Sum of RGB (Red+Green+Blue) = 65+30+24=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 30 (12.11% from 255 or 25.21% from 119); Blue value is 24 (9.77% from 255 or 20.17% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #411E18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E18 is #BEE1E7. Grayscale: #272727. Windows color (decimal): -12509672 or 1580609. OLE color: 1580609.

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

Color convert

RGB653024-
CMYK00.540.630.75
HSL8.78º46.07%17.45%-
HSV(B)8.78º63.08%25.49%-
XYZ2.812.121.12-
YUV39.78119.1145.99-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 30 (12.11% from 255) = 25.21%
BLUE value IS 24 (9.77% from 255) = 20.17%
R=54.62%
G=25.21%
B=20.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65302400.540.630.758.7846.0717.45
Hex411E180363F4B92e11
Octal101363006677113115621
Binary1000001111101100001101101111111001011100110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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