#411A04

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

Shades of Brown Pod #411A04

Tints of Brown Pod #411A04

Color information

#411A04 (or 0x411A04) is unknown color: approx Brown Pod. HEX triplet: 41, 1A and 04. RGB value is (65,26,4). Sum of RGB (Red+Green+Blue) = 65+26+4=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 26 (10.55% from 255 or 27.37% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #411A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411A04 is #BEE5FB. Grayscale: #232323. Windows color (decimal): -12510716 or 268865. OLE color: 268865.

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

Color convert

RGB65264-
CMYK00.600.940.75
HSL21.64º88.41%13.53%-
HSV(B)21.64º93.85%25.49%-
XYZ2.571.870.34-
YUV35.15110.42149.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 68.42%
GREEN value IS 26 (10.55% from 255) = 27.37%
BLUE value IS 4 (1.95% from 255) = 4.21%
R=68.42%
G=27.37%
B=4.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6526400.600.940.7521.6488.4113.53
Hex411A403C5E4B1658e
Octal1013240741361132613016
Binary1000001110101000111100101111010010111011010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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