#412C16

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

Shades of Bistre #412C16

Tints of Bistre #412C16

Color information

#412C16 (or 0x412C16) is unknown color: approx Bistre. HEX triplet: 41, 2C and 16. RGB value is (65,44,22). Sum of RGB (Red+Green+Blue) = 65+44+22=131 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.62% from 131); Green value is 44 (17.58% from 255 or 33.59% from 131); Blue value is 22 (8.98% from 255 or 16.79% from 131); Max value from RGB is 65 - color contains mainly: red. Hex color #412C16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C16 is #BED3E9. Grayscale: #2F2F2F. Windows color (decimal): -12506090 or 1453121. OLE color: 1453121.

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

Color convert

RGB654422-
CMYK00.320.660.75
HSL30.7º49.43%17.06%-
HSV(B)30.7º66.15%25.49%-
XYZ3.232.981.16-
YUV47.77113.46140.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 49.62%
GREEN value IS 44 (17.58% from 255) = 33.59%
BLUE value IS 22 (8.98% from 255) = 16.79%
R=49.62%
G=33.59%
B=16.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.66
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65442200.320.660.7530.749.4317.06
Hex412C16020424B1f3111
Octal1015426040102113376121
Binary1000001101100101100100000100001010010111111111000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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