#442501

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

Shades of Bistre #442501

Tints of Bistre #442501

Color information

#442501 (or 0x442501) is unknown color: approx Bistre. HEX triplet: 44, 25 and 01. RGB value is (68,37,1). Sum of RGB (Red+Green+Blue) = 68+37+1=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 37 (14.84% from 255 or 34.91% from 106); Blue value is 1 (0.78% from 255 or 0.94% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #442501 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442501 is #BBDAFE. Grayscale: #2A2A2A. Windows color (decimal): -12311295 or 75076. OLE color: 75076.

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

Color convert

RGB68371-
CMYK00.460.990.73
HSL32.24º97.1%13.53%-
HSV(B)32.24º98.53%26.67%-
XYZ3.052.550.36-
YUV42.16104.77146.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.15%
GREEN value IS 37 (14.84% from 255) = 34.91%
BLUE value IS 1 (0.78% from 255) = 0.94%
R=64.15%
G=34.91%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6837100.460.990.7332.2497.113.53
Hex4425102E63492061e
Octal1044510561431114014116
Binary1000100100101101011101100011100100110000011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442501

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442501; }

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

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

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

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

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

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

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

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