#442402

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

Shades of Bistre #442402

Tints of Bistre #442402

Color information

#442402 (or 0x442402) is unknown color: approx Bistre. HEX triplet: 44, 24 and 02. RGB value is (68,36,2). Sum of RGB (Red+Green+Blue) = 68+36+2=106 (14% of max value = 765). Red value is 68 (26.95% from 255 or 64.15% from 106); Green value is 36 (14.45% from 255 or 33.96% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 68 - color contains mainly: red. Hex color #442402 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442402 is #BBDBFD. Grayscale: #292929. Windows color (decimal): -12311550 or 140356. OLE color: 140356.

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

Color convert

RGB68362-
CMYK00.470.970.73
HSL30.91º94.29%13.73%-
HSV(B)30.91º97.06%26.67%-
XYZ3.032.50.38-
YUV41.69105.6146.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 64.15%
GREEN value IS 36 (14.45% from 255) = 33.96%
BLUE value IS 2 (1.17% from 255) = 1.89%
R=64.15%
G=33.96%
B=1.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6836200.470.970.7330.9194.2913.73
Hex4424202F61491f5ee
Octal1044420571411113713616
Binary1000100100100100101111110000110010011111110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442402

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442402; }

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

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

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

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

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

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

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

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