#442609

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

Shades of Bistre #442609

Tints of Bistre #442609

Color information

#442609 (or 0x442609) is unknown color: approx Bistre. HEX triplet: 44, 26 and 09. RGB value is (68,38,9). Sum of RGB (Red+Green+Blue) = 68+38+9=115 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.13% from 115); Green value is 38 (15.23% from 255 or 33.04% from 115); Blue value is 9 (3.91% from 255 or 7.83% from 115); Max value from RGB is 68 - color contains mainly: red. Hex color #442609 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442609 is #BBD9F6. Grayscale: #2B2B2B. Windows color (decimal): -12311031 or 599620. OLE color: 599620.

HSL color Cylindrical-coordinate representation of color #442609: hue angle of 29.49º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #442609 is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB68389-
CMYK00.440.870.73
HSL29.49º76.62%15.1%-
HSV(B)29.49º86.76%26.67%-
XYZ3.132.630.6-
YUV43.66108.44145.36-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.13%
GREEN value IS 38 (15.23% from 255) = 33.04%
BLUE value IS 9 (3.91% from 255) = 7.83%
R=59.13%
G=33.04%
B=7.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6838900.440.870.7329.4976.6215.1
Hex4426902C57491d4df
Octal10446110541271113511517
Binary100010010011010010101100101011110010011110110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442609; }

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

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

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

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

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

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

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

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