#411905

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

Shades of Brown Pod #411905

Tints of Brown Pod #411905

Color information

#411905 (or 0x411905) is unknown color: approx Brown Pod. HEX triplet: 41, 19 and 05. RGB value is (65,25,5). Sum of RGB (Red+Green+Blue) = 65+25+5=95 (12% of max value = 765). Red value is 65 (25.78% from 255 or 68.42% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 5 (2.34% from 255 or 5.26% from 95); Max value from RGB is 65 - color contains mainly: red. Hex color #411905 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411905 is #BEE6FA. Grayscale: #222222. Windows color (decimal): -12510971 or 334145. OLE color: 334145.

HSL color Cylindrical-coordinate representation of color #411905: hue angle of 20º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #411905 is Cyan = 0, Magento = 0.62, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB65255-
CMYK00.620.920.75
HSL20º85.71%13.73%-
HSV(B)20º92.31%25.49%-
XYZ2.551.830.36-
YUV34.68111.25149.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 68.42%
GREEN value IS 25 (10.16% from 255) = 26.32%
BLUE value IS 5 (2.34% from 255) = 5.26%
R=68.42%
G=26.32%
B=5.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.92
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6525500.620.920.752085.7113.73
Hex4119503E5C4B1456e
Octal1013150761341132412616
Binary1000001110011010111110101110010010111010010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411905

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411905; }

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

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

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

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

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

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

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

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