#412A17

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

Shades of Bistre #412A17

Tints of Bistre #412A17

Color information

#412A17 (or 0x412A17) is unknown color: approx Bistre. HEX triplet: 41, 2A and 17. RGB value is (65,42,23). Sum of RGB (Red+Green+Blue) = 65+42+23=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 42 (16.80% from 255 or 32.31% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #412A17 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A17 is #BED5E8. Grayscale: #2E2E2E. Windows color (decimal): -12506601 or 1518145. OLE color: 1518145.

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

Color convert

RGB654223-
CMYK00.350.650.75
HSL27.14º47.73%17.25%-
HSV(B)27.14º64.62%25.49%-
XYZ3.162.841.19-
YUV46.71114.62141.04-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50%
GREEN value IS 42 (16.80% from 255) = 32.31%
BLUE value IS 23 (9.38% from 255) = 17.69%
R=50%
G=32.31%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65422300.350.650.7527.1447.7317.25
Hex412A17023414B1b3011
Octal1015227043101113336021
Binary1000001101010101110100011100000110010111101111000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,42,23); }

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

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

 a { background-color: rgb(65,42,23); }

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

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

 span { border-color: rgb(65,42,23); }

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