#411904

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

Shades of Brown Pod #411904

Tints of Brown Pod #411904

Color information

#411904 (or 0x411904) is unknown color: approx Brown Pod. HEX triplet: 41, 19 and 04. RGB value is (65,25,4). Sum of RGB (Red+Green+Blue) = 65+25+4=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 25 (10.16% from 255 or 26.60% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411904 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411904 is #BEE6FB. Grayscale: #222222. Windows color (decimal): -12510972 or 268609. OLE color: 268609.

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

Color convert

RGB65254-
CMYK00.620.940.75
HSL20.66º88.41%13.53%-
HSV(B)20.66º93.85%25.49%-
XYZ2.551.830.33-
YUV34.57110.75149.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 25 (10.16% from 255) = 26.60%
BLUE value IS 4 (1.95% from 255) = 4.26%
R=69.15%
G=26.60%
B=4.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.94
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6525400.620.940.7520.6688.4113.53
Hex4119403E5E4B1558e
Octal1013140761361132513016
Binary1000001110011000111110101111010010111010110110001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411904

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411904; }

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

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

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

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

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

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

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

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