#442304

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

Shades of Bistre #442304

Tints of Bistre #442304

Color information

#442304 (or 0x442304) is unknown color: approx Bistre. HEX triplet: 44, 23 and 04. RGB value is (68,35,4). Sum of RGB (Red+Green+Blue) = 68+35+4=107 (14% of max value = 765). Red value is 68 (26.95% from 255 or 63.55% from 107); Green value is 35 (14.06% from 255 or 32.71% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 68 - color contains mainly: red. Hex color #442304 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442304 is #BBDCFB. Grayscale: #292929. Windows color (decimal): -12311804 or 271172. OLE color: 271172.

HSL color Cylindrical-coordinate representation of color #442304: hue angle of 29.06º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #442304 is Cyan = 0, Magento = 0.49, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB68354-
CMYK00.490.940.73
HSL29.06º88.89%14.12%-
HSV(B)29.06º94.12%26.67%-
XYZ3.012.440.43-
YUV41.33106.93147.02-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 63.55%
GREEN value IS 35 (14.06% from 255) = 32.71%
BLUE value IS 4 (1.95% from 255) = 3.74%
R=63.55%
G=32.71%
B=3.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6835400.490.940.7329.0688.8914.12
Hex442340315E491d59e
Octal1044340611361113513116
Binary10001001000111000110001101111010010011110110110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442304

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442304; }

 p { color: rgb(68,35,4); }

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

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

 a { background-color: rgb(68,35,4); }

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

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

 span { border-color: rgb(68,35,4); }

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