#411E0F

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

Shades of Brown Pod #411E0F

Tints of Brown Pod #411E0F

Color information

#411E0F (or 0x411E0F) is unknown color: approx Brown Pod. HEX triplet: 41, 1E and 0F. RGB value is (65,30,15). Sum of RGB (Red+Green+Blue) = 65+30+15=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 15 (6.25% from 255 or 13.64% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #411E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E0F is #BEE1F0. Grayscale: #262626. Windows color (decimal): -12509681 or 990785. OLE color: 990785.

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

Color convert

RGB653015-
CMYK00.540.770.75
HSL18º62.5%15.69%-
HSV(B)18º76.92%25.49%-
XYZ2.732.090.71-
YUV38.76114.6146.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.09%
GREEN value IS 30 (12.11% from 255) = 27.27%
BLUE value IS 15 (6.25% from 255) = 13.64%
R=59.09%
G=27.27%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65301500.540.770.751862.515.69
Hex411EF0364D4B123e10
Octal1013617066115113227620
Binary10000011111011110110110100110110010111001011111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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