#411908

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

Shades of Brown Pod #411908

Tints of Brown Pod #411908

Color information

#411908 (or 0x411908) is unknown color: approx Brown Pod. HEX triplet: 41, 19 and 08. RGB value is (65,25,8). Sum of RGB (Red+Green+Blue) = 65+25+8=98 (12% of max value = 765). Red value is 65 (25.78% from 255 or 66.33% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 8 (3.52% from 255 or 8.16% from 98); Max value from RGB is 65 - color contains mainly: red. Hex color #411908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411908 is #BEE6F7. Grayscale: #232323. Windows color (decimal): -12510968 or 530753. OLE color: 530753.

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

Color convert

RGB65258-
CMYK00.620.880.75
HSL17.89º78.08%14.31%-
HSV(B)17.89º87.69%25.49%-
XYZ2.571.840.45-
YUV35.02112.75149.38-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 66.33%
GREEN value IS 25 (10.16% from 255) = 25.51%
BLUE value IS 8 (3.52% from 255) = 8.16%
R=66.33%
G=25.51%
B=8.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6525800.620.880.7517.8978.0814.31
Hex4119803E584B124ee
Octal10131100761301132211616
Binary10000011100110000111110101100010010111001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411908; }

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

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

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

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

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

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

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

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