#442201

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

Shades of Bistre #442201

Tints of Bistre #442201

Color information

#442201 (or 0x442201) is unknown color: approx Bistre. HEX triplet: 44, 22 and 01. RGB value is (68,34,1). Sum of RGB (Red+Green+Blue) = 68+34+1=103 (13% of max value = 765). Red value is 68 (26.95% from 255 or 66.02% from 103); Green value is 34 (13.67% from 255 or 33.01% from 103); Blue value is 1 (0.78% from 255 or 0.97% from 103); Max value from RGB is 68 - color contains mainly: red. Hex color #442201 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442201 is #BBDDFE. Grayscale: #282828. Windows color (decimal): -12312063 or 74308. OLE color: 74308.

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

Color convert

RGB68341-
CMYK00.500.990.73
HSL29.55º97.1%13.53%-
HSV(B)29.55º98.53%26.67%-
XYZ2.962.380.33-
YUV40.4105.76147.68-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 66.02%
GREEN value IS 34 (13.67% from 255) = 33.01%
BLUE value IS 1 (0.78% from 255) = 0.97%
R=66.02%
G=33.01%
B=0.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.99
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6834100.500.990.7329.5597.113.53
Hex4422103263491e61e
Octal1044210621431113614116
Binary100010010001010110010110001110010011111011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442201

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442201; }

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

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

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

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

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

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

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

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