#411F18

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

Shades of Brown Pod #411F18

Tints of Brown Pod #411F18

Color information

#411F18 (or 0x411F18) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 18. RGB value is (65,31,24). Sum of RGB (Red+Green+Blue) = 65+31+24=120 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.17% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 24 (9.77% from 255 or 20% from 120); Max value from RGB is 65 - color contains mainly: red. Hex color #411F18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F18 is #BEE0E7. Grayscale: #282828. Windows color (decimal): -12509416 or 1580865. OLE color: 1580865.

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

Color convert

RGB653124-
CMYK00.520.630.75
HSL10.24º46.07%17.45%-
HSV(B)10.24º63.08%25.49%-
XYZ2.832.171.13-
YUV40.37118.76145.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.17%
GREEN value IS 31 (12.5% from 255) = 25.83%
BLUE value IS 24 (9.77% from 255) = 20%
R=54.17%
G=25.83%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65312400.520.630.7510.2446.0717.45
Hex411F180343F4Ba2e11
Octal101373006477113125621
Binary1000001111111100001101001111111001011101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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