#412B14

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

Shades of Bistre #412B14

Tints of Bistre #412B14

Color information

#412B14 (or 0x412B14) is unknown color: approx Bistre. HEX triplet: 41, 2B and 14. RGB value is (65,43,20). Sum of RGB (Red+Green+Blue) = 65+43+20=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 20 (8.20% from 255 or 15.62% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412B14 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B14 is #BED4EB. Grayscale: #2F2F2F. Windows color (decimal): -12506348 or 1321793. OLE color: 1321793.

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

Color convert

RGB654320-
CMYK00.340.690.75
HSL30.67º52.94%16.67%-
HSV(B)30.67º69.23%25.49%-
XYZ3.172.91.05-
YUV46.96112.79140.87-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 50.78%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 20 (8.20% from 255) = 15.62%
R=50.78%
G=33.59%
B=15.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65432000.340.690.7530.6752.9416.67
Hex412B14022454B1f3511
Octal1015324042105113376521
Binary1000001101011101000100010100010110010111111111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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