#412B1B

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

Shades of Bistre #412B1B

Tints of Bistre #412B1B

Color information

#412B1B (or 0x412B1B) is unknown color: approx Bistre. HEX triplet: 41, 2B and 1B. RGB value is (65,43,27). Sum of RGB (Red+Green+Blue) = 65+43+27=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 43 (17.19% from 255 or 31.85% from 135); Blue value is 27 (10.94% from 255 or 20% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #412B1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #412B1B is #BED4E4. Grayscale: #2F2F2F. Windows color (decimal): -12506341 or 1780545. OLE color: 1780545.

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

Color convert

RGB654327-
CMYK00.340.580.75
HSL25.26º41.3%18.04%-
HSV(B)25.26º58.46%25.49%-
XYZ3.242.931.43-
YUV47.75116.29140.3-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 48.15%
GREEN value IS 43 (17.19% from 255) = 31.85%
BLUE value IS 27 (10.94% from 255) = 20%
R=48.15%
G=31.85%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65432700.340.580.7525.2641.318.04
Hex412B1B0223A4B192912
Octal101533304272113315122
Binary100000110101111011010001011101010010111100110100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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