#412509

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

Shades of Bistre #412509

Tints of Bistre #412509

Color information

#412509 (or 0x412509) is unknown color: approx Bistre. HEX triplet: 41, 25 and 09. RGB value is (65,37,9). Sum of RGB (Red+Green+Blue) = 65+37+9=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 37 (14.84% from 255 or 33.33% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #412509 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412509 is #BEDAF6. Grayscale: #2A2A2A. Windows color (decimal): -12507895 or 599361. OLE color: 599361.

HSL color Cylindrical-coordinate representation of color #412509: hue angle of 30º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #412509 is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.75.

Color convert

RGB65379-
CMYK00.430.860.75
HSL30º75.68%14.51%-
HSV(B)30º86.15%25.49%-
XYZ2.892.470.58-
YUV42.18109.28144.28-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.56%
GREEN value IS 37 (14.84% from 255) = 33.33%
BLUE value IS 9 (3.91% from 255) = 8.11%
R=58.56%
G=33.33%
B=8.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6537900.430.860.753075.6814.51
Hex4125902B564B1e4cf
Octal10145110531261133611417
Binary100000110010110010101011101011010010111111010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412509

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412509; }

 p { color: rgb(65,37,9); }

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

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

 a { background-color: rgb(65,37,9); }

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

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

 span { border-color: rgb(65,37,9); }

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