#442811

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

Shades of Bistre #442811

Tints of Bistre #442811

Color information

#442811 (or 0x442811) is unknown color: approx Bistre. HEX triplet: 44, 28 and 11. RGB value is (68,40,17). Sum of RGB (Red+Green+Blue) = 68+40+17=125 (16% of max value = 765). Red value is 68 (26.95% from 255 or 54.4% from 125); Green value is 40 (16.02% from 255 or 32% from 125); Blue value is 17 (7.03% from 255 or 13.6% from 125); Max value from RGB is 68 - color contains mainly: red. Hex color #442811 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442811 is #BBD7EE. Grayscale: #2D2D2D. Windows color (decimal): -12310511 or 1124420. OLE color: 1124420.

HSL color Cylindrical-coordinate representation of color #442811: hue angle of 27.06º 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 #442811 is Cyan = 0, Magento = 0.41, Yellow = 0.75 and Black (K on CMYK) = 0.73.

Color convert

RGB684017-
CMYK00.410.750.73
HSL27.06º60%16.67%-
HSV(B)27.06º75%26.67%-
XYZ3.242.790.9-
YUV45.75111.78143.87-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 54.4%
GREEN value IS 40 (16.02% from 255) = 32%
BLUE value IS 17 (7.03% from 255) = 13.6%
R=54.4%
G=32%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68401700.410.750.7327.066016.67
Hex4428110294B491b3c11
Octal1045021051113111337421
Binary1000100101000100010101001100101110010011101111110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442811

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442811; }

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

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

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

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

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

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

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

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