#412609

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

Shades of Bistre #412609

Tints of Bistre #412609

Color information

#412609 (or 0x412609) is unknown color: approx Bistre. HEX triplet: 41, 26 and 09. RGB value is (65,38,9). Sum of RGB (Red+Green+Blue) = 65+38+9=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 38 (15.23% from 255 or 33.93% from 112); Blue value is 9 (3.91% from 255 or 8.04% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #412609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412609 is #BED9F6. Grayscale: #2A2A2A. Windows color (decimal): -12507639 or 599617. OLE color: 599617.

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

Color convert

RGB65389-
CMYK00.420.860.75
HSL31.07º75.68%14.51%-
HSV(B)31.07º86.15%25.49%-
XYZ2.922.530.59-
YUV42.77108.95143.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 58.04%
GREEN value IS 38 (15.23% from 255) = 33.93%
BLUE value IS 9 (3.91% from 255) = 8.04%
R=58.04%
G=33.93%
B=8.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.86
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal6538900.420.860.7531.0775.6814.51
Hex4126902A564B1f4cf
Octal10146110521261133711417
Binary100000110011010010101010101011010010111111110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412609; }

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

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

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

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

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

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

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

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