#412E1F

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

Shades of Bistre #412E1F

Tints of Bistre #412E1F

Color information

#412E1F (or 0x412E1F) is unknown color: approx Bistre. HEX triplet: 41, 2E and 1F. RGB value is (65,46,31). Sum of RGB (Red+Green+Blue) = 65+46+31=142 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.77% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 65 - color contains mainly: red. Hex color #412E1F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E1F is #BED1E0. Grayscale: #323232. Windows color (decimal): -12505569 or 2043457. OLE color: 2043457.

HSL color Cylindrical-coordinate representation of color #412E1F: hue angle of 26.47º degrees, saturation: 0.35, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #412E1F is Cyan = 0, Magento = 0.29, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB654631-
CMYK00.290.520.75
HSL26.47º35.42%18.82%-
HSV(B)26.47º52.31%25.49%-
XYZ3.43.181.73-
YUV49.97117.29138.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.77%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 31 (12.5% from 255) = 21.83%
R=45.77%
G=32.39%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.52
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65463100.290.520.7526.4735.4218.82
Hex412E1F01D344B1a2313
Octal101563703564113324323
Binary10000011011101111101110111010010010111101010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,46,31); }

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

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

 a { background-color: rgb(65,46,31); }

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

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

 span { border-color: rgb(65,46,31); }

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