#412B15

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

Shades of Bistre #412B15

Tints of Bistre #412B15

Color information

#412B15 (or 0x412B15) is unknown color: approx Bistre. HEX triplet: 41, 2B and 15. RGB value is (65,43,21). Sum of RGB (Red+Green+Blue) = 65+43+21=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 43 (17.19% from 255 or 33.33% from 129); Blue value is 21 (8.59% from 255 or 16.28% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #412B15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B15 is #BED4EA. Grayscale: #2F2F2F. Windows color (decimal): -12506347 or 1387329. OLE color: 1387329.

HSL color Cylindrical-coordinate representation of color #412B15: hue angle of 30º degrees, saturation: 0.51, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #412B15 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.75.

Color convert

RGB654321-
CMYK00.340.680.75
HSL30º51.16%16.86%-
HSV(B)30º67.69%25.49%-
XYZ3.182.911.1-
YUV47.07113.29140.79-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 43 (17.19% from 255) = 33.33%
BLUE value IS 21 (8.59% from 255) = 16.28%
R=50.39%
G=33.33%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65432100.340.680.753051.1616.86
Hex412B15022444B1e3311
Octal1015325042104113366321
Binary1000001101011101010100010100010010010111111011001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412B15; }

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

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

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

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

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

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

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

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