#442A19

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

Shades of Bistre #442A19

Tints of Bistre #442A19

Color information

#442A19 (or 0x442A19) is unknown color: approx Bistre. HEX triplet: 44, 2A and 19. RGB value is (68,42,25). Sum of RGB (Red+Green+Blue) = 68+42+25=135 (17% of max value = 765). Red value is 68 (26.95% from 255 or 50.37% from 135); Green value is 42 (16.80% from 255 or 31.11% from 135); Blue value is 25 (10.16% from 255 or 18.52% from 135); Max value from RGB is 68 - color contains mainly: red. Hex color #442A19 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442A19 is #BBD5E6. Grayscale: #2F2F2F. Windows color (decimal): -12309991 or 1649220. OLE color: 1649220.

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

Color convert

RGB684225-
CMYK00.380.630.73
HSL23.72º46.24%18.24%-
HSV(B)23.72º63.24%26.67%-
XYZ3.392.961.31-
YUV47.84115.11142.38-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 50.37%
GREEN value IS 42 (16.80% from 255) = 31.11%
BLUE value IS 25 (10.16% from 255) = 18.52%
R=50.37%
G=31.11%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68422500.380.630.7323.7246.2418.24
Hex442A190263F49182e12
Octal104523104677111305622
Binary100010010101011001010011011111110010011100010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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