#411E13

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

Shades of Brown Pod #411E13

Tints of Brown Pod #411E13

Color information

#411E13 (or 0x411E13) is unknown color: approx Brown Pod. HEX triplet: 41, 1E and 13. RGB value is (65,30,19). Sum of RGB (Red+Green+Blue) = 65+30+19=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #411E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E13 is #BEE1EC. Grayscale: #272727. Windows color (decimal): -12509677 or 1252929. OLE color: 1252929.

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

Color convert

RGB653019-
CMYK00.540.710.75
HSL14.35º54.76%16.47%-
HSV(B)14.35º70.77%25.49%-
XYZ2.762.10.88-
YUV39.21116.6146.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 19 (7.81% from 255) = 16.67%
R=57.02%
G=26.32%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65301900.540.710.7514.3554.7616.47
Hex411E13036474Be3710
Octal1013623066107113166720
Binary10000011111010011011011010001111001011111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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