#412814

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

Shades of Bistre #412814

Tints of Bistre #412814

Color information

#412814 (or 0x412814) is unknown color: approx Bistre. HEX triplet: 41, 28 and 14. RGB value is (65,40,20). Sum of RGB (Red+Green+Blue) = 65+40+20=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 20 (8.20% from 255 or 16% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412814 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412814 is #BED7EB. Grayscale: #2D2D2D. Windows color (decimal): -12507116 or 1321025. OLE color: 1321025.

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

Color convert

RGB654020-
CMYK00.380.690.75
HSL26.67º52.94%16.67%-
HSV(B)26.67º69.23%25.49%-
XYZ3.072.691.02-
YUV45.19113.78142.13-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 20 (8.20% from 255) = 16%
R=52%
G=32%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65402000.380.690.7526.6752.9416.67
Hex412814026454B1b3511
Octal1015024046105113336521
Binary1000001101000101000100110100010110010111101111010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412814; }

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

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

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

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

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

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

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

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