#442E1C

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

Shades of Bistre #442E1C

Tints of Bistre #442E1C

Color information

#442E1C (or 0x442E1C) is unknown color: approx Bistre. HEX triplet: 44, 2E and 1C. RGB value is (68,46,28). Sum of RGB (Red+Green+Blue) = 68+46+28=142 (18% of max value = 765). Red value is 68 (26.95% from 255 or 47.89% from 142); Green value is 46 (18.36% from 255 or 32.39% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 68 - color contains mainly: red. Hex color #442E1C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442E1C is #BBD1E3. Grayscale: #323232. Windows color (decimal): -12308964 or 1846852. OLE color: 1846852.

HSL color Cylindrical-coordinate representation of color #442E1C: hue angle of 27º 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 #442E1C is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.73.

Color convert

RGB684628-
CMYK00.320.590.73
HSL27º41.67%18.82%-
HSV(B)27º58.82%26.67%-
XYZ3.573.271.54-
YUV50.53115.29140.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 47.89%
GREEN value IS 46 (18.36% from 255) = 32.39%
BLUE value IS 28 (11.33% from 255) = 19.72%
R=47.89%
G=32.39%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68462800.320.590.732741.6718.82
Hex442E1C0203B491b2a13
Octal104563404073111335223
Binary100010010111011100010000011101110010011101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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