#412B10

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

Shades of Bistre #412B10

Tints of Bistre #412B10

Color information

#412B10 (or 0x412B10) is unknown color: approx Bistre. HEX triplet: 41, 2B and 10. RGB value is (65,43,16). Sum of RGB (Red+Green+Blue) = 65+43+16=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 43 (17.19% from 255 or 34.68% from 124); Blue value is 16 (6.64% from 255 or 12.90% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412B10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412B10 is #BED4EF. Grayscale: #2E2E2E. Windows color (decimal): -12506352 or 1059649. OLE color: 1059649.

HSL color Cylindrical-coordinate representation of color #412B10: hue angle of 33.06º degrees, saturation: 0.6, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #412B10 is Cyan = 0, Magento = 0.34, Yellow = 0.75 and Black (K on CMYK) = 0.75.

Color convert

RGB654316-
CMYK00.340.750.75
HSL33.06º60.49%15.88%-
HSV(B)33.06º75.38%25.49%-
XYZ3.142.890.88-
YUV46.5110.79141.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.42%
GREEN value IS 43 (17.19% from 255) = 34.68%
BLUE value IS 16 (6.64% from 255) = 12.90%
R=52.42%
G=34.68%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65431600.340.750.7533.0660.4915.88
Hex412B100224B4B213c10
Octal1015320042113113417420
Binary10000011010111000001000101001011100101110000111110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412B10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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