#412C10

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

Shades of Bistre #412C10

Tints of Bistre #412C10

Color information

#412C10 (or 0x412C10) is unknown color: approx Bistre. HEX triplet: 41, 2C and 10. RGB value is (65,44,16). Sum of RGB (Red+Green+Blue) = 65+44+16=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 44 (17.58% from 255 or 35.2% from 125); Blue value is 16 (6.64% from 255 or 12.8% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #412C10 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412C10 is #BED3EF. Grayscale: #2F2F2F. Windows color (decimal): -12506096 or 1059905. OLE color: 1059905.

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

Color convert

RGB654416-
CMYK00.320.750.75
HSL34.29º60.49%15.88%-
HSV(B)34.29º75.38%25.49%-
XYZ3.172.960.89-
YUV47.09110.46140.78-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 52%
GREEN value IS 44 (17.58% from 255) = 35.2%
BLUE value IS 16 (6.64% from 255) = 12.8%
R=52%
G=35.2%
B=12.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.75
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65441600.320.750.7534.2960.4915.88
Hex412C100204B4B223c10
Octal1015420040113113427420
Binary10000011011001000001000001001011100101110001011110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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