#411C04

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

Shades of Brown Pod #411C04

Tints of Brown Pod #411C04

Color information

#411C04 (or 0x411C04) is unknown color: approx Brown Pod. HEX triplet: 41, 1C and 04. RGB value is (65,28,4). Sum of RGB (Red+Green+Blue) = 65+28+4=97 (12% of max value = 765). Red value is 65 (25.78% from 255 or 67.01% from 97); Green value is 28 (11.33% from 255 or 28.87% from 97); Blue value is 4 (1.95% from 255 or 4.12% from 97); Max value from RGB is 65 - color contains mainly: red. Hex color #411C04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411C04 is #BEE3FB. Grayscale: #242424. Windows color (decimal): -12510204 or 269377. OLE color: 269377.

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

Color convert

RGB65284-
CMYK00.570.940.75
HSL23.61º88.41%13.53%-
HSV(B)23.61º93.85%25.49%-
XYZ2.621.960.36-
YUV36.33109.76148.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 67.01%
GREEN value IS 28 (11.33% from 255) = 28.87%
BLUE value IS 4 (1.95% from 255) = 4.12%
R=67.01%
G=28.87%
B=4.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6528400.570.940.7523.6188.4113.53
Hex411C40395E4B1858e
Octal1013440711361133013016
Binary1000001111001000111001101111010010111100010110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411C04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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