#411D10

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

Shades of Brown Pod #411D10

Tints of Brown Pod #411D10

Color information

#411D10 (or 0x411D10) is unknown color: approx Brown Pod. HEX triplet: 41, 1D and 10. RGB value is (65,29,16). Sum of RGB (Red+Green+Blue) = 65+29+16=110 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.09% from 110); Green value is 29 (11.72% from 255 or 26.36% from 110); Blue value is 16 (6.64% from 255 or 14.55% from 110); Max value from RGB is 65 - color contains mainly: red. Hex color #411D10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D10 is #BEE2EF. Grayscale: #262626. Windows color (decimal): -12509936 or 1056065. OLE color: 1056065.

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

Color convert

RGB652916-
CMYK00.550.750.75
HSL15.92º60.49%15.88%-
HSV(B)15.92º75.38%25.49%-
XYZ2.712.040.74-
YUV38.28115.43147.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.09%
GREEN value IS 29 (11.72% from 255) = 26.36%
BLUE value IS 16 (6.64% from 255) = 14.55%
R=59.09%
G=26.36%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65291600.550.750.7515.9260.4915.88
Hex411D100374B4B103c10
Octal1013520067113113207420
Binary100000111101100000110111100101110010111000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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