#411508

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

Shades of Brown Pod #411508

Tints of Brown Pod #411508

Color information

#411508 (or 0x411508) is unknown color: approx Brown Pod. HEX triplet: 41, 15 and 08. RGB value is (65,21,8). Sum of RGB (Red+Green+Blue) = 65+21+8=94 (12% of max value = 765). Red value is 65 (25.78% from 255 or 69.15% from 94); Green value is 21 (8.59% from 255 or 22.34% from 94); Blue value is 8 (3.52% from 255 or 8.51% from 94); Max value from RGB is 65 - color contains mainly: red. Hex color #411508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411508 is #BEEAF7. Grayscale: #202020. Windows color (decimal): -12511992 or 529729. OLE color: 529729.

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

Color convert

RGB65218-
CMYK00.680.880.75
HSL13.68º78.08%14.31%-
HSV(B)13.68º87.69%25.49%-
XYZ2.491.680.42-
YUV32.67114.08151.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 69.15%
GREEN value IS 21 (8.59% from 255) = 22.34%
BLUE value IS 8 (3.52% from 255) = 8.51%
R=69.15%
G=22.34%
B=8.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.88
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6521800.680.880.7513.6878.0814.31
Hex41158044584Be4ee
Octal101251001041301131611616
Binary10000011010110000100010010110001001011111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411508

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411508; }

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

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

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

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

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

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

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

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