#442901

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

Shades of Bistre #442901

Tints of Bistre #442901

Color information

#442901 (or 0x442901) is unknown color: approx Bistre. HEX triplet: 44, 29 and 01. RGB value is (68,41,1). Sum of RGB (Red+Green+Blue) = 68+41+1=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 41 (16.41% from 255 or 37.27% from 110); Blue value is 1 (0.78% from 255 or 0.91% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #442901 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442901 is #BBD6FE. Grayscale: #2C2C2C. Windows color (decimal): -12310271 or 76100. OLE color: 76100.

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

Color convert

RGB68411-
CMYK00.400.990.73
HSL35.82º97.1%13.53%-
HSV(B)35.82º98.53%26.67%-
XYZ3.182.820.4-
YUV44.51103.45144.75-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 41 (16.41% from 255) = 37.27%
BLUE value IS 1 (0.78% from 255) = 0.91%
R=61.82%
G=37.27%
B=0.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6841100.400.990.7335.8297.113.53
Hex4429102863492461e
Octal1045110501431114414116
Binary1000100101001101010001100011100100110010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442901

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442901; }

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

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

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

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

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

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

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

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