#412C1E

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

Shades of Bistre #412C1E

Tints of Bistre #412C1E

Color information

#412C1E (or 0x412C1E) is unknown color: approx Bistre. HEX triplet: 41, 2C and 1E. RGB value is (65,44,30). Sum of RGB (Red+Green+Blue) = 65+44+30=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 44 (17.58% from 255 or 31.65% from 139); Blue value is 30 (12.11% from 255 or 21.58% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #412C1E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C1E is #BED3E1. Grayscale: #303030. Windows color (decimal): -12506082 or 1977409. OLE color: 1977409.

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

Color convert

RGB654430-
CMYK00.320.540.75
HSL24º36.84%18.63%-
HSV(B)24º53.85%25.49%-
XYZ3.313.021.64-
YUV48.68117.46139.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 46.76%
GREEN value IS 44 (17.58% from 255) = 31.65%
BLUE value IS 30 (12.11% from 255) = 21.58%
R=46.76%
G=31.65%
B=21.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65443000.320.540.752436.8418.63
Hex412C1E020364B182513
Octal101543604066113304523
Binary100000110110011110010000011011010010111100010010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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