#412C14

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

Shades of Bistre #412C14

Tints of Bistre #412C14

Color information

#412C14 (or 0x412C14) is unknown color: approx Bistre. HEX triplet: 41, 2C and 14. RGB value is (65,44,20). Sum of RGB (Red+Green+Blue) = 65+44+20=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 44 (17.58% from 255 or 34.11% from 129); Blue value is 20 (8.20% from 255 or 15.50% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #412C14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C14 is #BED3EB. Grayscale: #2F2F2F. Windows color (decimal): -12506092 or 1322049. OLE color: 1322049.

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

Color convert

RGB654420-
CMYK00.320.690.75
HSL32º52.94%16.67%-
HSV(B)32º69.23%25.49%-
XYZ3.212.981.07-
YUV47.54112.46140.45-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.39%
GREEN value IS 44 (17.58% from 255) = 34.11%
BLUE value IS 20 (8.20% from 255) = 15.50%
R=50.39%
G=34.11%
B=15.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65442000.320.690.753252.9416.67
Hex412C14020454B203511
Octal1015424040105113406521
Binary10000011011001010001000001000101100101110000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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