#412A16

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

Shades of Bistre #412A16

Tints of Bistre #412A16

Color information

#412A16 (or 0x412A16) is unknown color: approx Bistre. HEX triplet: 41, 2A and 16. RGB value is (65,42,22). Sum of RGB (Red+Green+Blue) = 65+42+22=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 42 (16.80% from 255 or 32.56% from 129); Blue value is 22 (8.98% from 255 or 17.05% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #412A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A16 is #BED5E9. Grayscale: #2E2E2E. Windows color (decimal): -12506602 or 1452609. OLE color: 1452609.

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

Color convert

RGB654222-
CMYK00.350.660.75
HSL27.91º49.43%17.06%-
HSV(B)27.91º66.15%25.49%-
XYZ3.152.841.14-
YUV46.6114.12141.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 42 (16.80% from 255) = 32.56%
BLUE value IS 22 (8.98% from 255) = 17.05%
R=50.39%
G=32.56%
B=17.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65422200.350.660.7527.9149.4317.06
Hex412A16023424B1c3111
Octal1015226043102113346121
Binary1000001101010101100100011100001010010111110011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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