#412809

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

Shades of Bistre #412809

Tints of Bistre #412809

Color information

#412809 (or 0x412809) is unknown color: approx Bistre. HEX triplet: 41, 28 and 09. RGB value is (65,40,9). Sum of RGB (Red+Green+Blue) = 65+40+9=114 (15% of max value = 765). Red value is 65 (25.78% from 255 or 57.02% from 114); Green value is 40 (16.02% from 255 or 35.09% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 65 - color contains mainly: red. Hex color #412809 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412809 is #BED7F6. Grayscale: #2C2C2C. Windows color (decimal): -12507127 or 600129. OLE color: 600129.

HSL color Cylindrical-coordinate representation of color #412809: hue angle of 33.21º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #412809 is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB65409-
CMYK00.380.860.75
HSL33.21º75.68%14.51%-
HSV(B)33.21º86.15%25.49%-
XYZ2.992.660.61-
YUV43.94108.28143.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.02%
GREEN value IS 40 (16.02% from 255) = 35.09%
BLUE value IS 9 (3.91% from 255) = 7.89%
R=57.02%
G=35.09%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6540900.380.860.7533.2175.6814.51
Hex41289026564B214cf
Octal10150110461261134111417
Binary1000001101000100101001101010110100101110000110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412809

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412809; }

 p { color: rgb(65,40,9); }

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

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

 a { background-color: rgb(65,40,9); }

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

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

 span { border-color: rgb(65,40,9); }

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