#411408

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

Shades of Brown Pod #411408

Tints of Brown Pod #411408

Color information

#411408 (or 0x411408) is unknown color: approx Brown Pod. HEX triplet: 41, 14 and 08. RGB value is (65,20,8). Sum of RGB (Red+Green+Blue) = 65+20+8=93 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.89% from 93); Green value is 20 (8.20% from 255 or 21.51% from 93); Blue value is 8 (3.52% from 255 or 8.60% from 93); Max value from RGB is 65 - color contains mainly: red. Hex color #411408 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411408 is #BEEBF7. Grayscale: #202020. Windows color (decimal): -12512248 or 529473. OLE color: 529473.

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

Color convert

RGB65208-
CMYK00.690.880.75
HSL12.63º78.08%14.31%-
HSV(B)12.63º87.69%25.49%-
XYZ2.471.640.42-
YUV32.09114.41151.48-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.89%
GREEN value IS 20 (8.20% from 255) = 21.51%
BLUE value IS 8 (3.52% from 255) = 8.60%
R=69.89%
G=21.51%
B=8.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6520800.690.880.7512.6378.0814.31
Hex41148045584Bd4ee
Octal101241001051301131511616
Binary10000011010010000100010110110001001011110110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411408; }

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

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

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

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

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

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

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

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