#442602

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

Shades of Bistre #442602

Tints of Bistre #442602

Color information

#442602 (or 0x442602) is unknown color: approx Bistre. HEX triplet: 44, 26 and 02. RGB value is (68,38,2). Sum of RGB (Red+Green+Blue) = 68+38+2=108 (14% of max value = 765). Red value is 68 (26.95% from 255 or 62.96% from 108); Green value is 38 (15.23% from 255 or 35.19% from 108); Blue value is 2 (1.17% from 255 or 1.85% from 108); Max value from RGB is 68 - color contains mainly: red. Hex color #442602 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442602 is #BBD9FD. Grayscale: #2B2B2B. Windows color (decimal): -12311038 or 140868. OLE color: 140868.

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

Color convert

RGB68382-
CMYK00.440.970.73
HSL32.73º94.29%13.73%-
HSV(B)32.73º97.06%26.67%-
XYZ3.092.620.4-
YUV42.87104.94145.93-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 62.96%
GREEN value IS 38 (15.23% from 255) = 35.19%
BLUE value IS 2 (1.17% from 255) = 1.85%
R=62.96%
G=35.19%
B=1.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.97
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6838200.440.970.7332.7394.2913.73
Hex4426202C6149215ee
Octal1044620541411114113616
Binary10001001001101001011001100001100100110000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442602; }

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

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

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

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

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

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

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

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