#442401

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

Shades of Bistre #442401

Tints of Bistre #442401

Color information

#442401 (or 0x442401) is unknown color: approx Bistre. HEX triplet: 44, 24 and 01. RGB value is (68,36,1). Sum of RGB (Red+Green+Blue) = 68+36+1=105 (13% of max value = 765). Red value is 68 (26.95% from 255 or 64.76% from 105); Green value is 36 (14.45% from 255 or 34.29% from 105); Blue value is 1 (0.78% from 255 or 0.95% from 105); Max value from RGB is 68 - color contains mainly: red. Hex color #442401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442401 is #BBDBFE. Grayscale: #292929. Windows color (decimal): -12311551 or 74820. OLE color: 74820.

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

Color convert

RGB68361-
CMYK00.470.990.73
HSL31.34º97.1%13.53%-
HSV(B)31.34º98.53%26.67%-
XYZ3.022.490.35-
YUV41.58105.1146.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.76%
GREEN value IS 36 (14.45% from 255) = 34.29%
BLUE value IS 1 (0.78% from 255) = 0.95%
R=64.76%
G=34.29%
B=0.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6836100.470.990.7331.3497.113.53
Hex4424102F63491f61e
Octal1044410571431113714116
Binary100010010010010101111110001110010011111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442401; }

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

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

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

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

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

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

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

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