#412E20

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

Shades of Bistre #412E20

Tints of Bistre #412E20

Color information

#412E20 (or 0x412E20) is unknown color: approx Bistre. HEX triplet: 41, 2E and 20. RGB value is (65,46,32). Sum of RGB (Red+Green+Blue) = 65+46+32=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 46 (18.36% from 255 or 32.17% from 143); Blue value is 32 (12.89% from 255 or 22.38% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #412E20 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412E20 is #BED1DF. Grayscale: #323232. Windows color (decimal): -12505568 or 2108993. OLE color: 2108993.

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

Color convert

RGB654632-
CMYK00.290.510.75
HSL25.45º34.02%19.02%-
HSV(B)25.45º50.77%25.49%-
XYZ3.423.181.8-
YUV50.08117.79138.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 45.45%
GREEN value IS 46 (18.36% from 255) = 32.17%
BLUE value IS 32 (12.89% from 255) = 22.38%
R=45.45%
G=32.17%
B=22.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.51
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65463200.290.510.7525.4534.0219.02
Hex412E2001D334B192213
Octal101564003563113314223
Binary100000110111010000001110111001110010111100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412E20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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