#442607

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

Shades of Bistre #442607

Tints of Bistre #442607

Color information

#442607 (or 0x442607) is unknown color: approx Bistre. HEX triplet: 44, 26 and 07. RGB value is (68,38,7). Sum of RGB (Red+Green+Blue) = 68+38+7=113 (14% of max value = 765). Red value is 68 (26.95% from 255 or 60.18% from 113); Green value is 38 (15.23% from 255 or 33.63% from 113); Blue value is 7 (3.12% from 255 or 6.19% from 113); Max value from RGB is 68 - color contains mainly: red. Hex color #442607 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #442607 is #BBD9F8. Grayscale: #2B2B2B. Windows color (decimal): -12311033 or 468548. OLE color: 468548.

HSL color Cylindrical-coordinate representation of color #442607: hue angle of 30.49º degrees, saturation: 0.81, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #442607 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB68387-
CMYK00.440.900.73
HSL30.49º81.33%14.71%-
HSV(B)30.49º89.71%26.67%-
XYZ3.122.630.54-
YUV43.44107.44145.52-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 60.18%
GREEN value IS 38 (15.23% from 255) = 33.63%
BLUE value IS 7 (3.12% from 255) = 6.19%
R=60.18%
G=33.63%
B=6.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.90
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal6838700.440.900.7330.4981.3314.71
Hex4426702C5A491e51f
Octal1044670541321113612117
Binary10001001001101110101100101101010010011111010100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442607

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442607; }

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

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

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

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

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

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

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

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