#412A1C

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

Shades of Bistre #412A1C

Tints of Bistre #412A1C

Color information

#412A1C (or 0x412A1C) is unknown color: approx Bistre. HEX triplet: 41, 2A and 1C. RGB value is (65,42,28). Sum of RGB (Red+Green+Blue) = 65+42+28=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 28 (11.33% from 255 or 20.74% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412A1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A1C is #BED5E3. Grayscale: #2F2F2F. Windows color (decimal): -12506596 or 1845825. OLE color: 1845825.

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

Color convert

RGB654228-
CMYK00.350.570.75
HSL22.7º39.78%18.24%-
HSV(B)22.7º56.92%25.49%-
XYZ3.222.861.48-
YUV47.28117.12140.64-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 28 (11.33% from 255) = 20.74%
R=48.15%
G=31.11%
B=20.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.57
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65422800.350.570.7522.739.7818.24
Hex412A1C023394B172812
Octal101523404371113275022
Binary100000110101011100010001111100110010111011110100010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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