#412D19

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

Shades of Bistre #412D19

Tints of Bistre #412D19

Color information

#412D19 (or 0x412D19) is unknown color: approx Bistre. HEX triplet: 41, 2D and 19. RGB value is (65,45,25). Sum of RGB (Red+Green+Blue) = 65+45+25=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 45 (17.97% from 255 or 33.33% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412D19 is #BED2E6. Grayscale: #303030. Windows color (decimal): -12505831 or 1649985. OLE color: 1649985.

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

Color convert

RGB654525-
CMYK00.310.620.75
HSL30º44.44%17.65%-
HSV(B)30º61.54%25.49%-
XYZ3.293.071.34-
YUV48.7114.63139.63-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 45 (17.97% from 255) = 33.33%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=48.15%
G=33.33%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65452500.310.620.753044.4417.65
Hex412D1901F3E4B1e2c12
Octal101553103776113365422
Binary10000011011011100101111111111010010111111010110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,45,25); }

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

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

 a { background-color: rgb(65,45,25); }

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

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

 span { border-color: rgb(65,45,25); }

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