#442D19

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

Shades of Bistre #442D19

Tints of Bistre #442D19

Color information

#442D19 (or 0x442D19) is unknown color: approx Bistre. HEX triplet: 44, 2D and 19. RGB value is (68,45,25). Sum of RGB (Red+Green+Blue) = 68+45+25=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 45 (17.97% from 255 or 32.61% from 138); Blue value is 25 (10.16% from 255 or 18.12% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #442D19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442D19 is #BBD2E6. Grayscale: #313131. Windows color (decimal): -12309223 or 1649988. OLE color: 1649988.

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

Color convert

RGB684525-
CMYK00.340.630.73
HSL27.91º46.24%18.24%-
HSV(B)27.91º63.24%26.67%-
XYZ3.53.181.35-
YUV49.6114.12141.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 45 (17.97% from 255) = 32.61%
BLUE value IS 25 (10.16% from 255) = 18.12%
R=49.28%
G=32.61%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68452500.340.630.7327.9146.2418.24
Hex442D190223F491c2e12
Octal104553104277111345622
Binary100010010110111001010001011111110010011110010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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