#411811

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

Shades of Brown Pod #411811

Tints of Brown Pod #411811

Color information

#411811 (or 0x411811) is unknown color: approx Brown Pod. HEX triplet: 41, 18 and 11. RGB value is (65,24,17). Sum of RGB (Red+Green+Blue) = 65+24+17=106 (14% of max value = 765). Red value is 65 (25.78% from 255 or 61.32% from 106); Green value is 24 (9.77% from 255 or 22.64% from 106); Blue value is 17 (7.03% from 255 or 16.04% from 106); Max value from RGB is 65 - color contains mainly: red. Hex color #411811 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411811 is #BEE7EE. Grayscale: #232323. Windows color (decimal): -12511215 or 1120321. OLE color: 1120321.

HSL color Cylindrical-coordinate representation of color #411811: hue angle of 8.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #411811 is Cyan = 0, Magento = 0.63, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB652417-
CMYK00.630.740.75
HSL8.75º58.54%16.08%-
HSV(B)8.75º73.85%25.49%-
XYZ2.611.820.74-
YUV35.46117.58149.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.32%
GREEN value IS 24 (9.77% from 255) = 22.64%
BLUE value IS 17 (7.03% from 255) = 16.04%
R=61.32%
G=22.64%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65241700.630.740.758.7558.5416.08
Hex41181103F4A4B93b10
Octal1013021077112113117320
Binary10000011100010001011111110010101001011100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411811; }

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

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

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

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

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

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

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

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