#411A06

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

Shades of Brown Pod #411A06

Tints of Brown Pod #411A06

Color information

#411A06 (or 0x411A06) is unknown color: approx Brown Pod. HEX triplet: 41, 1A and 06. RGB value is (65,26,6). Sum of RGB (Red+Green+Blue) = 65+26+6=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 26 (10.55% from 255 or 26.80% from 97); Blue value is 6 (2.73% from 255 or 6.19% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #411A06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A06 is #BEE5F9. Grayscale: #232323. Windows color (decimal): -12510714 or 399937. OLE color: 399937.

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

Color convert

RGB65266-
CMYK00.600.910.75
HSL20.34º83.1%13.92%-
HSV(B)20.34º90.77%25.49%-
XYZ2.581.880.4-
YUV35.38111.42149.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.01%
GREEN value IS 26 (10.55% from 255) = 26.80%
BLUE value IS 6 (2.73% from 255) = 6.19%
R=67.01%
G=26.80%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6526600.600.910.7520.3483.113.92
Hex411A603C5B4B1453e
Octal1013260741331132412316
Binary1000001110101100111100101101110010111010010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,26,6); }

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

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

 a { background-color: rgb(65,26,6); }

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

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

 span { border-color: rgb(65,26,6); }

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