#411D04

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

Shades of Brown Pod #411D04

Tints of Brown Pod #411D04

Color information

#411D04 (or 0x411D04) is unknown color: approx Brown Pod. HEX triplet: 41, 1D and 04. RGB value is (65,29,4). Sum of RGB (Red+Green+Blue) = 65+29+4=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 29 (11.72% from 255 or 29.59% from 98); Blue value is 4 (1.95% from 255 or 4.08% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #411D04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D04 is #BEE2FB. Grayscale: #252525. Windows color (decimal): -12509948 or 269633. OLE color: 269633.

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

Color convert

RGB65294-
CMYK00.550.940.75
HSL24.59º88.41%13.53%-
HSV(B)24.59º93.85%25.49%-
XYZ2.642.010.36-
YUV36.91109.43148.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 29 (11.72% from 255) = 29.59%
BLUE value IS 4 (1.95% from 255) = 4.08%
R=66.33%
G=29.59%
B=4.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6529400.550.940.7524.5988.4113.53
Hex411D40375E4B1958e
Octal1013540671361133113016
Binary1000001111011000110111101111010010111100110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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