#411C18

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

Shades of Brown Pod #411C18

Tints of Brown Pod #411C18

Color information

#411C18 (or 0x411C18) is unknown color: approx Brown Pod. HEX triplet: 41, 1C and 18. RGB value is (65,28,24). Sum of RGB (Red+Green+Blue) = 65+28+24=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 28 (11.33% from 255 or 23.93% from 117); Blue value is 24 (9.77% from 255 or 20.51% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #411C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C18 is #BEE3E7. Grayscale: #262626. Windows color (decimal): -12510184 or 1580097. OLE color: 1580097.

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

Color convert

RGB652824-
CMYK00.570.630.75
HSL5.85º46.07%17.45%-
HSV(B)5.85º63.08%25.49%-
XYZ2.762.021.11-
YUV38.61119.76146.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.56%
GREEN value IS 28 (11.33% from 255) = 23.93%
BLUE value IS 24 (9.77% from 255) = 20.51%
R=55.56%
G=23.93%
B=20.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65282400.570.630.755.8546.0717.45
Hex411C180393F4B62e11
Octal10134300717711365621
Binary100000111100110000111001111111100101111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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