#412A13

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

Shades of Bistre #412A13

Tints of Bistre #412A13

Color information

#412A13 (or 0x412A13) is unknown color: approx Bistre. HEX triplet: 41, 2A and 13. RGB value is (65,42,19). Sum of RGB (Red+Green+Blue) = 65+42+19=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 42 (16.80% from 255 or 33.33% from 126); Blue value is 19 (7.81% from 255 or 15.08% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #412A13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412A13 is #BED5EC. Grayscale: #2E2E2E. Windows color (decimal): -12506605 or 1256001. OLE color: 1256001.

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

Color convert

RGB654219-
CMYK00.350.710.75
HSL30º54.76%16.47%-
HSV(B)30º70.77%25.49%-
XYZ3.132.831-
YUV46.26112.62141.37-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 51.59%
GREEN value IS 42 (16.80% from 255) = 33.33%
BLUE value IS 19 (7.81% from 255) = 15.08%
R=51.59%
G=33.33%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.71
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal65421900.350.710.753054.7616.47
Hex412A13023474B1e3710
Octal1015223043107113366720
Binary1000001101010100110100011100011110010111111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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