#442A04

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

Shades of Bistre #442A04

Tints of Bistre #442A04

Color information

#442A04 (or 0x442A04) is unknown color: approx Bistre. HEX triplet: 44, 2A and 04. RGB value is (68,42,4). Sum of RGB (Red+Green+Blue) = 68+42+4=114 (15% of max value = 765). Red value is 68 (26.95% from 255 or 59.65% from 114); Green value is 42 (16.80% from 255 or 36.84% from 114); Blue value is 4 (1.95% from 255 or 3.51% from 114); Max value from RGB is 68 - color contains mainly: red. Hex color #442A04 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442A04 is #BBD5FB. Grayscale: #2D2D2D. Windows color (decimal): -12310012 or 272964. OLE color: 272964.

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

Color convert

RGB68424-
CMYK00.380.940.73
HSL35.62º88.89%14.12%-
HSV(B)35.62º94.12%26.67%-
XYZ3.232.890.5-
YUV45.44104.61144.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 59.65%
GREEN value IS 42 (16.80% from 255) = 36.84%
BLUE value IS 4 (1.95% from 255) = 3.51%
R=59.65%
G=36.84%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.94
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6842400.380.940.7335.6288.8914.12
Hex442A40265E492459e
Octal1045240461361114413116
Binary100010010101010001001101011110100100110010010110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442A04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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