#411D08

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

Shades of Brown Pod #411D08

Tints of Brown Pod #411D08

Color information

#411D08 (or 0x411D08) is unknown color: approx Brown Pod. HEX triplet: 41, 1D and 08. RGB value is (65,29,8). Sum of RGB (Red+Green+Blue) = 65+29+8=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 29 (11.72% from 255 or 28.43% from 102); Blue value is 8 (3.52% from 255 or 7.84% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #411D08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411D08 is #BEE2F7. Grayscale: #252525. Windows color (decimal): -12509944 or 531777. OLE color: 531777.

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

Color convert

RGB65298-
CMYK00.550.880.75
HSL22.11º78.08%14.31%-
HSV(B)22.11º87.69%25.49%-
XYZ2.662.020.48-
YUV37.37111.43147.71-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 63.73%
GREEN value IS 29 (11.72% from 255) = 28.43%
BLUE value IS 8 (3.52% from 255) = 7.84%
R=63.73%
G=28.43%
B=7.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6529800.550.880.7522.1178.0814.31
Hex411D8037584B164ee
Octal10135100671301132611616
Binary10000011110110000110111101100010010111011010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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