#412709

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

Shades of Bistre #412709

Tints of Bistre #412709

Color information

#412709 (or 0x412709) is unknown color: approx Bistre. HEX triplet: 41, 27 and 09. RGB value is (65,39,9). Sum of RGB (Red+Green+Blue) = 65+39+9=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 39 (15.62% from 255 or 34.51% from 113); Blue value is 9 (3.91% from 255 or 7.96% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #412709 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412709 is #BED8F6. Grayscale: #2B2B2B. Windows color (decimal): -12507383 or 599873. OLE color: 599873.

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

Color convert

RGB65399-
CMYK00.400.860.75
HSL32.14º75.68%14.51%-
HSV(B)32.14º86.15%25.49%-
XYZ2.952.590.6-
YUV43.35108.61143.44-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 57.52%
GREEN value IS 39 (15.62% from 255) = 34.51%
BLUE value IS 9 (3.91% from 255) = 7.96%
R=57.52%
G=34.51%
B=7.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6539900.400.860.7532.1475.6814.51
Hex41279028564B204cf
Octal10147110501261134011417
Binary1000001100111100101010001010110100101110000010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412709

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412709; }

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

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

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

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

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

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

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

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