#442D1C

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

Shades of Bistre #442D1C

Tints of Bistre #442D1C

Color information

#442D1C (or 0x442D1C) is unknown color: approx Bistre. HEX triplet: 44, 2D and 1C. RGB value is (68,45,28). Sum of RGB (Red+Green+Blue) = 68+45+28=141 (18% of max value = 765). Red value is 68 (26.95% from 255 or 48.23% from 141); Green value is 45 (17.97% from 255 or 31.91% from 141); Blue value is 28 (11.33% from 255 or 19.86% from 141); Max value from RGB is 68 - color contains mainly: red. Hex color #442D1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442D1C is #BBD2E3. Grayscale: #323232. Windows color (decimal): -12309220 or 1846596. OLE color: 1846596.

HSL color Cylindrical-coordinate representation of color #442D1C: hue angle of 25.5º degrees, saturation: 0.42, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442D1C is Cyan = 0, Magento = 0.34, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB684528-
CMYK00.340.590.73
HSL25.5º41.67%18.82%-
HSV(B)25.5º58.82%26.67%-
XYZ3.533.191.53-
YUV49.94115.62140.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 48.23%
GREEN value IS 45 (17.97% from 255) = 31.91%
BLUE value IS 28 (11.33% from 255) = 19.86%
R=48.23%
G=31.91%
B=19.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68452800.340.590.7325.541.6718.82
Hex442D1C0223B491a2a13
Octal104553404273111325223
Binary100010010110111100010001011101110010011101010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,45,28); }

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

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

 a { background-color: rgb(68,45,28); }

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

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

 span { border-color: rgb(68,45,28); }

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