#412B19

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

Shades of Bistre #412B19

Tints of Bistre #412B19

Color information

#412B19 (or 0x412B19) is unknown color: approx Bistre. HEX triplet: 41, 2B and 19. RGB value is (65,43,25). Sum of RGB (Red+Green+Blue) = 65+43+25=133 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.87% from 133); Green value is 43 (17.19% from 255 or 32.33% from 133); Blue value is 25 (10.16% from 255 or 18.80% from 133); Max value from RGB is 65 - color contains mainly: red. Hex color #412B19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B19 is #BED4E6. Grayscale: #2F2F2F. Windows color (decimal): -12506343 or 1649473. OLE color: 1649473.

HSL color Cylindrical-coordinate representation of color #412B19: hue angle of 27º 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 #412B19 is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB654325-
CMYK00.340.620.75
HSL27º44.44%17.65%-
HSV(B)27º61.54%25.49%-
XYZ3.222.921.31-
YUV47.53115.29140.46-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.87%
GREEN value IS 43 (17.19% from 255) = 32.33%
BLUE value IS 25 (10.16% from 255) = 18.80%
R=48.87%
G=32.33%
B=18.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.62
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65432500.340.620.752744.4417.65
Hex412B190223E4B1b2c12
Octal101533104276113335422
Binary100000110101111001010001011111010010111101110110010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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