#412309

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

Shades of Bistre #412309

Tints of Bistre #412309

Color information

#412309 (or 0x412309) is unknown color: approx Bistre. HEX triplet: 41, 23 and 09. RGB value is (65,35,9). Sum of RGB (Red+Green+Blue) = 65+35+9=109 (14% of max value = 765). Red value is 65 (25.78% from 255 or 59.63% from 109); Green value is 35 (14.06% from 255 or 32.11% from 109); Blue value is 9 (3.91% from 255 or 8.26% from 109); Max value from RGB is 65 - color contains mainly: red. Hex color #412309 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412309 is #BEDCF6. Grayscale: #292929. Windows color (decimal): -12508407 or 598849. OLE color: 598849.

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

Color convert

RGB65359-
CMYK00.460.860.75
HSL27.86º75.68%14.51%-
HSV(B)27.86º86.15%25.49%-
XYZ2.832.350.56-
YUV41.01109.94145.11-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 59.63%
GREEN value IS 35 (14.06% from 255) = 32.11%
BLUE value IS 9 (3.91% from 255) = 8.26%
R=59.63%
G=32.11%
B=8.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6535900.460.860.7527.8675.6814.51
Hex4123902E564B1c4cf
Octal10143110561261133411417
Binary100000110001110010101110101011010010111110010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412309; }

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

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

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

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

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

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

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

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