#412A10

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

Shades of Bistre #412A10

Tints of Bistre #412A10

Color information

#412A10 (or 0x412A10) is unknown color: approx Bistre. HEX triplet: 41, 2A and 10. RGB value is (65,42,16). Sum of RGB (Red+Green+Blue) = 65+42+16=123 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.85% from 123); Green value is 42 (16.80% from 255 or 34.15% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 65 - color contains mainly: red. Hex color #412A10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A10 is #BED5EF. Grayscale: #2E2E2E. Windows color (decimal): -12506608 or 1059393. OLE color: 1059393.

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

Color convert

RGB654216-
CMYK00.350.750.75
HSL31.84º60.49%15.88%-
HSV(B)31.84º75.38%25.49%-
XYZ3.12.820.87-
YUV45.91111.12141.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52.85%
GREEN value IS 42 (16.80% from 255) = 34.15%
BLUE value IS 16 (6.64% from 255) = 13.01%
R=52.85%
G=34.15%
B=13.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65421600.350.750.7531.8460.4915.88
Hex412A100234B4B203c10
Octal1015220043113113407420
Binary10000011010101000001000111001011100101110000011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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