#412C1D

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

Shades of Bistre #412C1D

Tints of Bistre #412C1D

Color information

#412C1D (or 0x412C1D) is unknown color: approx Bistre. HEX triplet: 41, 2C and 1D. RGB value is (65,44,29). Sum of RGB (Red+Green+Blue) = 65+44+29=138 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.10% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 29 (11.72% from 255 or 21.01% from 138); Max value from RGB is 65 - color contains mainly: red. Hex color #412C1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412C1D is #BED3E2. Grayscale: #303030. Windows color (decimal): -12506083 or 1911873. OLE color: 1911873.

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

Color convert

RGB654429-
CMYK00.320.550.75
HSL25º38.3%18.43%-
HSV(B)25º55.38%25.49%-
XYZ3.33.011.57-
YUV48.57116.96139.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.10%
GREEN value IS 44 (17.58% from 255) = 31.88%
BLUE value IS 29 (11.72% from 255) = 21.01%
R=47.10%
G=31.88%
B=21.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65442900.320.550.752538.318.43
Hex412C1D020374B192612
Octal101543504067113314622
Binary100000110110011101010000011011110010111100110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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