#442B11

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

Shades of Bistre #442B11

Tints of Bistre #442B11

Color information

#442B11 (or 0x442B11) is unknown color: approx Bistre. HEX triplet: 44, 2B and 11. RGB value is (68,43,17). Sum of RGB (Red+Green+Blue) = 68+43+17=128 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.12% from 128); Green value is 43 (17.19% from 255 or 33.59% from 128); Blue value is 17 (7.03% from 255 or 13.28% from 128); Max value from RGB is 68 - color contains mainly: red. Hex color #442B11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442B11 is #BBD4EE. Grayscale: #2F2F2F. Windows color (decimal): -12309743 or 1125188. OLE color: 1125188.

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

Color convert

RGB684317-
CMYK00.370.750.73
HSL30.59º60%16.67%-
HSV(B)30.59º75%26.67%-
XYZ3.3530.93-
YUV47.51110.78142.61-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.12%
GREEN value IS 43 (17.19% from 255) = 33.59%
BLUE value IS 17 (7.03% from 255) = 13.28%
R=53.12%
G=33.59%
B=13.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68431700.370.750.7330.596016.67
Hex442B110254B491f3c11
Octal1045321045113111377421
Binary1000100101011100010100101100101110010011111111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442B11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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