#411C0E

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

Shades of Brown Pod #411C0E

Tints of Brown Pod #411C0E

Color information

#411C0E (or 0x411C0E) is unknown color: approx Brown Pod. HEX triplet: 41, 1C and 0E. RGB value is (65,28,14). Sum of RGB (Red+Green+Blue) = 65+28+14=107 (14% of max value = 765). Red value is 65 (25.78% from 255 or 60.75% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 65 - color contains mainly: red. Hex color #411C0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C0E is #BEE3F1. Grayscale: #252525. Windows color (decimal): -12510194 or 924737. OLE color: 924737.

HSL color Cylindrical-coordinate representation of color #411C0E: hue angle of 16.47º degrees, saturation: 0.65, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #411C0E is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.75.

Color convert

RGB652814-
CMYK00.570.780.75
HSL16.47º64.56%15.49%-
HSV(B)16.47º78.46%25.49%-
XYZ2.671.990.66-
YUV37.47114.76147.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 60.75%
GREEN value IS 28 (11.33% from 255) = 26.17%
BLUE value IS 14 (5.86% from 255) = 13.08%
R=60.75%
G=26.17%
B=13.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.78
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65281400.570.780.7516.4764.5615.49
Hex411CE0394E4B1041f
Octal10134160711161132010117
Binary10000011110011100111001100111010010111000010000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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