#411F09

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

Shades of Brown Pod #411F09

Tints of Brown Pod #411F09

Color information

#411F09 (or 0x411F09) is unknown color: approx Brown Pod. HEX triplet: 41, 1F and 09. RGB value is (65,31,9). Sum of RGB (Red+Green+Blue) = 65+31+9=105 (13% of max value = 765). Red value is 65 (25.78% from 255 or 61.90% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 9 (3.91% from 255 or 8.57% from 105); Max value from RGB is 65 - color contains mainly: red. Hex color #411F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F09 is #BEE0F6. Grayscale: #262626. Windows color (decimal): -12509431 or 597825. OLE color: 597825.

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

Color convert

RGB65319-
CMYK00.520.860.75
HSL23.57º75.68%14.51%-
HSV(B)23.57º86.15%25.49%-
XYZ2.722.120.53-
YUV38.66111.26146.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 61.90%
GREEN value IS 31 (12.5% from 255) = 29.52%
BLUE value IS 9 (3.91% from 255) = 8.57%
R=61.90%
G=29.52%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6531900.520.860.7523.5775.6814.51
Hex411F9034564B184cf
Octal10137110641261133011417
Binary10000011111110010110100101011010010111100010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F09

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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