#442A16

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

Shades of Bistre #442A16

Tints of Bistre #442A16

Color information

#442A16 (or 0x442A16) is unknown color: approx Bistre. HEX triplet: 44, 2A and 16. RGB value is (68,42,22). Sum of RGB (Red+Green+Blue) = 68+42+22=132 (17% of max value = 765). Red value is 68 (26.95% from 255 or 51.52% from 132); Green value is 42 (16.80% from 255 or 31.82% from 132); Blue value is 22 (8.98% from 255 or 16.67% from 132); Max value from RGB is 68 - color contains mainly: red. Hex color #442A16 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442A16 is #BBD5E9. Grayscale: #2F2F2F. Windows color (decimal): -12309994 or 1452612. OLE color: 1452612.

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

Color convert

RGB684222-
CMYK00.380.680.73
HSL26.09º51.11%17.65%-
HSV(B)26.09º67.65%26.67%-
XYZ3.362.941.15-
YUV47.49113.61142.63-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 51.52%
GREEN value IS 42 (16.80% from 255) = 31.82%
BLUE value IS 22 (8.98% from 255) = 16.67%
R=51.52%
G=31.82%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.68
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68422200.380.680.7326.0951.1117.65
Hex442A1602644491a3312
Octal1045226046104111326322
Binary1000100101010101100100110100010010010011101011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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