#411E04

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

Shades of Brown Pod #411E04

Tints of Brown Pod #411E04

Color information

#411E04 (or 0x411E04) is unknown color: approx Brown Pod. HEX triplet: 41, 1E and 04. RGB value is (65,30,4). Sum of RGB (Red+Green+Blue) = 65+30+4=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 30 (12.11% from 255 or 30.30% from 99); Blue value is 4 (1.95% from 255 or 4.04% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411E04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E04 is #BEE1FB. Grayscale: #252525. Windows color (decimal): -12509692 or 269889. OLE color: 269889.

HSL color Cylindrical-coordinate representation of color #411E04: hue angle of 25.57º 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 #411E04 is Cyan = 0, Magento = 0.54, Yellow = 0.94 and Black (K on CMYK) = 0.75.

Color convert

RGB65304-
CMYK00.540.940.75
HSL25.57º88.41%13.53%-
HSV(B)25.57º93.85%25.49%-
XYZ2.672.060.37-
YUV37.5109.1147.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65.66%
GREEN value IS 30 (12.11% from 255) = 30.30%
BLUE value IS 4 (1.95% from 255) = 4.04%
R=65.66%
G=30.30%
B=4.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6530400.540.940.7525.5788.4113.53
Hex411E40365E4B1a58e
Octal1013640661361133213016
Binary1000001111101000110110101111010010111101010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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