#411D0B

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

Shades of Brown Pod #411D0B

Tints of Brown Pod #411D0B

Color information

#411D0B (or 0x411D0B) is unknown color: approx Brown Pod. HEX triplet: 41, 1D and 0B. RGB value is (65,29,11). Sum of RGB (Red+Green+Blue) = 65+29+11=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 29 (11.72% from 255 or 27.62% from 105); Blue value is 11 (4.69% from 255 or 10.48% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411D0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D0B is #BEE2F4. Grayscale: #252525. Windows color (decimal): -12509941 or 728385. OLE color: 728385.

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

Color convert

RGB652911-
CMYK00.550.830.75
HSL20º71.05%14.9%-
HSV(B)20º83.08%25.49%-
XYZ2.682.030.57-
YUV37.71112.93147.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 29 (11.72% from 255) = 27.62%
BLUE value IS 11 (4.69% from 255) = 10.48%
R=61.90%
G=27.62%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65291100.550.830.752071.0514.9
Hex411DB037534B1447f
Octal10135130671231132410717
Binary10000011110110110110111101001110010111010010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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