#411F06

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

Shades of Brown Pod #411F06

Tints of Brown Pod #411F06

Color information

#411F06 (or 0x411F06) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 06. RGB value is (65,31,6). Sum of RGB (Red+Green+Blue) = 65+31+6=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 31 (12.5% from 255 or 30.39% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #411F06 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F06 is #BEE0F9. Grayscale: #262626. Windows color (decimal): -12509434 or 401217. OLE color: 401217.

HSL color Cylindrical-coordinate representation of color #411F06: hue angle of 25.42º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #411F06 is Cyan = 0, Magento = 0.52, Yellow = 0.91 and Black (K on CMYK) = 0.75.

Color convert

RGB65316-
CMYK00.520.910.75
HSL25.42º83.1%13.92%-
HSV(B)25.42º90.77%25.49%-
XYZ2.72.120.44-
YUV38.32109.76147.03-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.73%
GREEN value IS 31 (12.5% from 255) = 30.39%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=63.73%
G=30.39%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.91
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6531600.520.910.7525.4283.113.92
Hex411F60345B4B1953e
Octal1013760641331133112316
Binary1000001111111100110100101101110010111100110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,31,6); }

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

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

 a { background-color: rgb(65,31,6); }

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

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

 span { border-color: rgb(65,31,6); }

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