#412A1B

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

Shades of Bistre #412A1B

Tints of Bistre #412A1B

Color information

#412A1B (or 0x412A1B) is unknown color: approx Bistre. HEX triplet: 41, 2A and 1B. RGB value is (65,42,27). Sum of RGB (Red+Green+Blue) = 65+42+27=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 27 (10.94% from 255 or 20.15% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #412A1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412A1B is #BED5E4. Grayscale: #2F2F2F. Windows color (decimal): -12506597 or 1780289. OLE color: 1780289.

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

Color convert

RGB654227-
CMYK00.350.580.75
HSL23.68º41.3%18.04%-
HSV(B)23.68º58.46%25.49%-
XYZ3.212.861.42-
YUV47.17116.62140.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.51%
GREEN value IS 42 (16.80% from 255) = 31.34%
BLUE value IS 27 (10.94% from 255) = 20.15%
R=48.51%
G=31.34%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65422700.350.580.7523.6841.318.04
Hex412A1B0233A4B182912
Octal101523304372113305122
Binary100000110101011011010001111101010010111100010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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