#442B1A

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

Shades of Bistre #442B1A

Tints of Bistre #442B1A

Color information

#442B1A (or 0x442B1A) is unknown color: approx Bistre. HEX triplet: 44, 2B and 1A. RGB value is (68,43,26). Sum of RGB (Red+Green+Blue) = 68+43+26=137 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.64% from 137); Green value is 43 (17.19% from 255 or 31.39% from 137); Blue value is 26 (10.55% from 255 or 18.98% from 137); Max value from RGB is 68 - color contains mainly: red. Hex color #442B1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442B1A is #BBD4E5. Grayscale: #303030. Windows color (decimal): -12309734 or 1715012. OLE color: 1715012.

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

Color convert

RGB684326-
CMYK00.370.620.73
HSL24.29º44.68%18.43%-
HSV(B)24.29º61.76%26.67%-
XYZ3.433.031.38-
YUV48.54115.28141.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.64%
GREEN value IS 43 (17.19% from 255) = 31.39%
BLUE value IS 26 (10.55% from 255) = 18.98%
R=49.64%
G=31.39%
B=18.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68432600.370.620.7324.2944.6818.43
Hex442B1A0253E49182d12
Octal104533204576111305522
Binary100010010101111010010010111111010010011100010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,43,26); }

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

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

 a { background-color: rgb(68,43,26); }

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

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

 span { border-color: rgb(68,43,26); }

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