#411B08

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

Shades of Brown Pod #411B08

Tints of Brown Pod #411B08

Color information

#411B08 (or 0x411B08) is unknown color: approx Brown Pod. HEX triplet: 41, 1B and 08. RGB value is (65,27,8). Sum of RGB (Red+Green+Blue) = 65+27+8=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 27 (10.94% from 255 or 27% from 100); Blue value is 8 (3.52% from 255 or 8% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #411B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411B08 is #BEE4F7. Grayscale: #242424. Windows color (decimal): -12510456 or 531265. OLE color: 531265.

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

Color convert

RGB65278-
CMYK00.580.880.75
HSL20º78.08%14.31%-
HSV(B)20º87.69%25.49%-
XYZ2.621.930.46-
YUV36.2112.09148.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 65%
GREEN value IS 27 (10.94% from 255) = 27%
BLUE value IS 8 (3.52% from 255) = 8%
R=65%
G=27%
B=8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6527800.580.880.752078.0814.31
Hex411B803A584B144ee
Octal10133100721301132411616
Binary10000011101110000111010101100010010111010010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,27,8); }

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

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

 a { background-color: rgb(65,27,8); }

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

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

 span { border-color: rgb(65,27,8); }

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