#411E08

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

Shades of Brown Pod #411E08

Tints of Brown Pod #411E08

Color information

#411E08 (or 0x411E08) is unknown color: approx Brown Pod. HEX triplet: 41, 1E and 08. RGB value is (65,30,8). Sum of RGB (Red+Green+Blue) = 65+30+8=103 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.11% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 8 (3.52% from 255 or 7.77% from 103); Max value from RGB is 65 - color contains mainly: red. Hex color #411E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411E08 is #BEE1F7. Grayscale: #262626. Windows color (decimal): -12509688 or 532033. OLE color: 532033.

HSL color Cylindrical-coordinate representation of color #411E08: hue angle of 23.16º 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 #411E08 is Cyan = 0, Magento = 0.54, Yellow = 0.88 and Black (K on CMYK) = 0.75.

Color convert

RGB65308-
CMYK00.540.880.75
HSL23.16º78.08%14.31%-
HSV(B)23.16º87.69%25.49%-
XYZ2.692.070.49-
YUV37.96111.1147.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.11%
GREEN value IS 30 (12.11% from 255) = 29.13%
BLUE value IS 8 (3.52% from 255) = 7.77%
R=63.11%
G=29.13%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6530800.540.880.7523.1678.0814.31
Hex411E8036584B174ee
Octal10136100661301132711616
Binary10000011111010000110110101100010010111011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411E08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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