#442802

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

Shades of Bistre #442802

Tints of Bistre #442802

Color information

#442802 (or 0x442802) is unknown color: approx Bistre. HEX triplet: 44, 28 and 02. RGB value is (68,40,2). Sum of RGB (Red+Green+Blue) = 68+40+2=110 (14% of max value = 765). Red value is 68 (26.95% from 255 or 61.82% from 110); Green value is 40 (16.02% from 255 or 36.36% from 110); Blue value is 2 (1.17% from 255 or 1.82% from 110); Max value from RGB is 68 - color contains mainly: red. Hex color #442802 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442802 is #BBD7FD. Grayscale: #2C2C2C. Windows color (decimal): -12310526 or 141380. OLE color: 141380.

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

Color convert

RGB68402-
CMYK00.410.970.73
HSL34.55º94.29%13.73%-
HSV(B)34.55º97.06%26.67%-
XYZ3.152.750.42-
YUV44.04104.28145.09-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 61.82%
GREEN value IS 40 (16.02% from 255) = 36.36%
BLUE value IS 2 (1.17% from 255) = 1.82%
R=61.82%
G=36.36%
B=1.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6840200.410.970.7334.5594.2913.73
Hex442820296149235ee
Octal1045020511411114313616
Binary10001001010001001010011100001100100110001110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442802

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442802; }

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

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

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

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

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

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

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

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