#412511

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

Shades of Bistre #412511

Tints of Bistre #412511

Color information

#412511 (or 0x412511) is unknown color: approx Bistre. HEX triplet: 41, 25 and 11. RGB value is (65,37,17). Sum of RGB (Red+Green+Blue) = 65+37+17=119 (15% of max value = 765). Red value is 65 (25.78% from 255 or 54.62% from 119); Green value is 37 (14.84% from 255 or 31.09% from 119); Blue value is 17 (7.03% from 255 or 14.29% from 119); Max value from RGB is 65 - color contains mainly: red. Hex color #412511 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412511 is #BEDAEE. Grayscale: #2B2B2B. Windows color (decimal): -12507887 or 1123649. OLE color: 1123649.

HSL color Cylindrical-coordinate representation of color #412511: hue angle of 25º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412511 is Cyan = 0, Magento = 0.43, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB653717-
CMYK00.430.740.75
HSL25º58.54%16.08%-
HSV(B)25º73.85%25.49%-
XYZ2.942.490.86-
YUV43.09113.28143.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 54.62%
GREEN value IS 37 (14.84% from 255) = 31.09%
BLUE value IS 17 (7.03% from 255) = 14.29%
R=54.62%
G=31.09%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65371700.430.740.752558.5416.08
Hex41251102B4A4B193b10
Octal1014521053112113317320
Binary1000001100101100010101011100101010010111100111101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412511; }

 p { color: rgb(65,37,17); }

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

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

 a { background-color: rgb(65,37,17); }

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

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

 span { border-color: rgb(65,37,17); }

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