#442909

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

Shades of Bistre #442909

Tints of Bistre #442909

Color information

#442909 (or 0x442909) is unknown color: approx Bistre. HEX triplet: 44, 29 and 09. RGB value is (68,41,9). Sum of RGB (Red+Green+Blue) = 68+41+9=118 (15% of max value = 765). Red value is 68 (26.95% from 255 or 57.63% from 118); Green value is 41 (16.41% from 255 or 34.75% from 118); Blue value is 9 (3.91% from 255 or 7.63% from 118); Max value from RGB is 68 - color contains mainly: red. Hex color #442909 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442909 is #BBD6F6. Grayscale: #2D2D2D. Windows color (decimal): -12310263 or 600388. OLE color: 600388.

HSL color Cylindrical-coordinate representation of color #442909: hue angle of 32.54º 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 #442909 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB68419-
CMYK00.400.870.73
HSL32.54º76.62%15.1%-
HSV(B)32.54º86.76%26.67%-
XYZ3.232.830.64-
YUV45.42107.45144.1-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 57.63%
GREEN value IS 41 (16.41% from 255) = 34.75%
BLUE value IS 9 (3.91% from 255) = 7.63%
R=57.63%
G=34.75%
B=7.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.87
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6841900.400.870.7332.5476.6215.1
Hex442990285749214df
Octal10451110501271114111517
Binary1000100101001100101010001010111100100110000110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442909

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442909; }

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

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

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

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

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

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

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

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