#442912

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

Shades of Bistre #442912

Tints of Bistre #442912

Color information

#442912 (or 0x442912) is unknown color: approx Bistre. HEX triplet: 44, 29 and 12. RGB value is (68,41,18). Sum of RGB (Red+Green+Blue) = 68+41+18=127 (16% of max value = 765). Red value is 68 (26.95% from 255 or 53.54% from 127); Green value is 41 (16.41% from 255 or 32.28% from 127); Blue value is 18 (7.42% from 255 or 14.17% from 127); Max value from RGB is 68 - color contains mainly: red. Hex color #442912 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442912 is #BBD6ED. Grayscale: #2E2E2E. Windows color (decimal): -12310254 or 1190212. OLE color: 1190212.

HSL color Cylindrical-coordinate representation of color #442912: hue angle of 27.6º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #442912 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB684118-
CMYK00.400.740.73
HSL27.6º58.14%16.86%-
HSV(B)27.6º73.53%26.67%-
XYZ3.292.860.95-
YUV46.45111.95143.37-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 53.54%
GREEN value IS 41 (16.41% from 255) = 32.28%
BLUE value IS 18 (7.42% from 255) = 14.17%
R=53.54%
G=32.28%
B=14.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal68411800.400.740.7327.658.1416.86
Hex4429120284A491c3a11
Octal1045122050112111347221
Binary1000100101001100100101000100101010010011110011101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442912

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442912; }

 p { color: rgb(68,41,18); }

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

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

 a { background-color: rgb(68,41,18); }

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

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

 span { border-color: rgb(68,41,18); }

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