#412A1D

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

Shades of Bistre #412A1D

Tints of Bistre #412A1D

Color information

#412A1D (or 0x412A1D) is unknown color: approx Bistre. HEX triplet: 41, 2A and 1D. RGB value is (65,42,29). Sum of RGB (Red+Green+Blue) = 65+42+29=136 (18% of max value = 765). Red value is 65 (25.78% from 255 or 47.79% from 136); Green value is 42 (16.80% from 255 or 30.88% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 65 - color contains mainly: red. Hex color #412A1D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A1D is #BED5E2. Grayscale: #2F2F2F. Windows color (decimal): -12506595 or 1911361. OLE color: 1911361.

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

Color convert

RGB654229-
CMYK00.350.550.75
HSL21.67º38.3%18.43%-
HSV(B)21.67º55.38%25.49%-
XYZ3.232.871.55-
YUV47.4117.62140.56-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 47.79%
GREEN value IS 42 (16.80% from 255) = 30.88%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=47.79%
G=30.88%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65422900.350.550.7521.6738.318.43
Hex412A1D023374B162612
Octal101523504367113264622
Binary100000110101011101010001111011110010111011010011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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