#411D12

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

Shades of Brown Pod #411D12

Tints of Brown Pod #411D12

Color information

#411D12 (or 0x411D12) is unknown color: approx Brown Pod. HEX triplet: 41, 1D and 12. RGB value is (65,29,18). Sum of RGB (Red+Green+Blue) = 65+29+18=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 29 (11.72% from 255 or 25.89% from 112); Blue value is 18 (7.42% from 255 or 16.07% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #411D12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D12 is #BEE2ED. Grayscale: #262626. Windows color (decimal): -12509934 or 1187137. OLE color: 1187137.

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

Color convert

RGB652918-
CMYK00.550.720.75
HSL14.04º56.63%16.27%-
HSV(B)14.04º72.31%25.49%-
XYZ2.732.050.82-
YUV38.51116.43146.89-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 29 (11.72% from 255) = 25.89%
BLUE value IS 18 (7.42% from 255) = 16.07%
R=58.04%
G=25.89%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65291800.550.720.7514.0456.6316.27
Hex411D12037484Be3910
Octal1013522067110113167120
Binary10000011110110010011011110010001001011111011100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,29,18); }

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

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

 a { background-color: rgb(65,29,18); }

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

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

 span { border-color: rgb(65,29,18); }

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