#442C1A

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

Shades of Bistre #442C1A

Tints of Bistre #442C1A

Color information

#442C1A (or 0x442C1A) is unknown color: approx Bistre. HEX triplet: 44, 2C and 1A. RGB value is (68,44,26). Sum of RGB (Red+Green+Blue) = 68+44+26=138 (18% of max value = 765). Red value is 68 (26.95% from 255 or 49.28% from 138); Green value is 44 (17.58% from 255 or 31.88% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 68 - color contains mainly: red. Hex color #442C1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #442C1A is #BBD3E5. Grayscale: #313131. Windows color (decimal): -12309478 or 1715268. OLE color: 1715268.

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

Color convert

RGB684426-
CMYK00.350.620.73
HSL25.71º44.68%18.43%-
HSV(B)25.71º61.76%26.67%-
XYZ3.473.11.39-
YUV49.12114.95141.46-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 49.28%
GREEN value IS 44 (17.58% from 255) = 31.88%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=49.28%
G=31.88%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.62
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68442600.350.620.7325.7144.6818.43
Hex442C1A0233E491a2d12
Octal104543204376111325522
Binary100010010110011010010001111111010010011101010110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442C1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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