#412A14

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

Shades of Bistre #412A14

Tints of Bistre #412A14

Color information

#412A14 (or 0x412A14) is unknown color: approx Bistre. HEX triplet: 41, 2A and 14. RGB value is (65,42,20). Sum of RGB (Red+Green+Blue) = 65+42+20=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 42 (16.80% from 255 or 33.07% from 127); Blue value is 20 (8.20% from 255 or 15.75% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #412A14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A14 is #BED5EB. Grayscale: #2E2E2E. Windows color (decimal): -12506604 or 1321537. OLE color: 1321537.

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

Color convert

RGB654220-
CMYK00.350.690.75
HSL29.33º52.94%16.67%-
HSV(B)29.33º69.23%25.49%-
XYZ3.132.831.04-
YUV46.37113.12141.29-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.18%
GREEN value IS 42 (16.80% from 255) = 33.07%
BLUE value IS 20 (8.20% from 255) = 15.75%
R=51.18%
G=33.07%
B=15.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65422000.350.690.7529.3352.9416.67
Hex412A14023454B1d3511
Octal1015224043105113356521
Binary1000001101010101000100011100010110010111110111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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