#412A0B

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

Shades of Bistre #412A0B

Tints of Bistre #412A0B

Color information

#412A0B (or 0x412A0B) is unknown color: approx Bistre. HEX triplet: 41, 2A and 0B. RGB value is (65,42,11). Sum of RGB (Red+Green+Blue) = 65+42+11=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 42 (16.80% from 255 or 35.59% from 118); Blue value is 11 (4.69% from 255 or 9.32% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412A0B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A0B is #BED5F4. Grayscale: #2D2D2D. Windows color (decimal): -12506613 or 731713. OLE color: 731713.

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

Color convert

RGB654211-
CMYK00.350.830.75
HSL34.44º71.05%14.9%-
HSV(B)34.44º83.08%25.49%-
XYZ3.072.80.7-
YUV45.34108.62142.02-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 55.08%
GREEN value IS 42 (16.80% from 255) = 35.59%
BLUE value IS 11 (4.69% from 255) = 9.32%
R=55.08%
G=35.59%
B=9.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.83
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65421100.350.830.7534.4471.0514.9
Hex412AB023534B2247f
Octal10152130431231134210717
Binary1000001101010101101000111010011100101110001010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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