#442C19

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

Shades of Bistre #442C19

Tints of Bistre #442C19

Color information

#442C19 (or 0x442C19) is unknown color: approx Bistre. HEX triplet: 44, 2C and 19. RGB value is (68,44,25). Sum of RGB (Red+Green+Blue) = 68+44+25=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 44 (17.58% from 255 or 32.12% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #442C19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442C19 is #BBD3E6. Grayscale: #313131. Windows color (decimal): -12309479 or 1649732. OLE color: 1649732.

HSL color Cylindrical-coordinate representation of color #442C19: hue angle of 26.51º degrees, saturation: 0.46, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #442C19 is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB684425-
CMYK00.350.630.73
HSL26.51º46.24%18.24%-
HSV(B)26.51º63.24%26.67%-
XYZ3.463.11.34-
YUV49.01114.45141.54-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.64%
GREEN value IS 44 (17.58% from 255) = 32.12%
BLUE value IS 25 (10.16% from 255) = 18.25%
R=49.64%
G=32.12%
B=18.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68442500.350.630.7326.5146.2418.24
Hex442C190233F491b2e12
Octal104543104377111335622
Binary100010010110011001010001111111110010011101110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442C19; }

 p { color: rgb(68,44,25); }

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

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

 a { background-color: rgb(68,44,25); }

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

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

 span { border-color: rgb(68,44,25); }

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